Color Hex Logo

#0474ce Color Hex

#0474CE
(4,116,206)
0 Favorites   0 Comments

Color spaces of #0474ce

RGB 4116206
HSL0.570.960.41
HSV207°98°81°
CMYK 0.980.440.00   0.19
XYZ17.436016.972860.7496
Yxy16.97280.18320.1784
Hunter Lab41.19813.4489-58.5889
CIE-Lab48.22577.2659-53.9145

#0474ce color RGB value is (4,116,206).

#0474ce hex color red value is 4, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0474ce hue: 0.57 , saturation: 0.96 and the lightness value of 0474ce is 0.41.

The process color (four color CMYK) of #0474ce color hex is 0.98, 0.44, 0.00, 0.19. Web safe color of #0474ce is #0066cc. Color #0474ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110100 11001110
Octal 4 164 316
Decimal 4 116 206
Hex 4 74 CE

RGB Percentages of Color #0474ce

%1.23
%35.58
%63.19

CMYK Percentages of Color #0474ce

%98
%44
%0
%19

Triadic Colors of #0474ce

#0474ce #ce0474 #74ce04

Analogous Colors of #0474ce

#0474ce #040fce #04cec3

Monochromatic Colors of #0474ce

#0474ce

Complementary Color

#0474ce #ce5e04

#0474ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0474ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0474ce Color CSS Codes

.mybgcolor {background-color:#0474ce; } 
.myforecolor {color:#0474ce; }
.mybordercolor {border:3px solid #0474ce; }

#0474ce Text Font Color

<p style="color:#0474ce">Text here</p>

This sample text font color is #0474ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0474ce Background Color

<div style="background-color:#0474ce">
Div content here</div>

This div background color is #0474ce


#0474ce Border Color

<div style="border:3px solid #0474ce">
Div here</div>

This div border color is #0474ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,116,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0474ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0474ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0474ce;
  box-shadow:         1px 1px 3px 2px #0474ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,116,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0474ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0474ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0474ce;
  box-shadow:         1px 1px 3px 2px #0474ce;">
Div content here</div>

This div box has shadow with color #0474ce


Comments

No comments written yet.

Please login to write comment.