Html Css Color HEX #046472 Blue Lagoon

📋 copy color: '#046472'

red 4 ◦ green 100 ◦ blue 114

#046472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #046472

Tints of Blue Lagoon #046472

RGB

 RED value IS 4 (1.95% from 255) = 1.83%

 GREEN value IS 100 (39.45% from 255) = 45.87%

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 1.83%
G = 45.87%
B = 52.29%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#046472 (or 0x046472) is known color: Blue Lagoon. HEX triplet: 04, 64 and 72. RGB value is (4,100,114). Sum of RGB (Red+Green+Blue) = 4+100+114=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #046472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046472 is #FB9B8D. Grayscale: #484848. Windows color (decimal): -16489358 or 7496708. OLE color: 7496708.

HSL color Cylindrical-coordinate representation of color #046472: hue angle of 187.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046472 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 100 114 -
CMYK 0.96 0.12 0 0.55
HSL 187.64º 0.93% 0.23% -
HSV(B) 187.64º 0.96% 0.45% -
XYZ 7.64 10.36 17.52 -
YUV 72.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 4 100 114 0.96 0.12 0 0.55 187.64 0.93 0.23
Hex 4 64 72 60 C 0 37 BC 5D 17
Octal 4 144 162 140 14 0 67 274 135 27
Binary 100 1100100 1110010 1100000 1100 0 110111 10111100 1011101 10111

Color Harmonies of #046472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046472

Black with #046472

Text Example


Text Example

White with #046472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046472; }

 p { color: rgb(4,100,114); }

 H1.HeaderClassName
 {
   color: #046472;
 }
 .AnyTagClassName
 {
   color: #046472;
 }
</style>

background-color css

<style>
 a { background-color: #046472; }

 a { background-color: rgb(4,100,114); }

 div.DivClassName
 {
   background-color: #046472;
 }
 .BgClassName
 {
   background-color: #046472;
 }
</style>

border-color css

<style>
 span { border-color: #046472; }

 span { border-color: rgb(4,100,114); }

 td.TdClassName
 {
   border-color: #046472;
 }
 .TagClassName
 {
   border-color: #046472;
 }
</style>