Html Css Color HEX #046072 Blue Lagoon

📋 copy color: '#046072'

red 4 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #046072

Tints of Blue Lagoon #046072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 1.87%
G = 44.86%
B = 53.27%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046072 (or 0x046072) is known color: Blue Lagoon. HEX triplet: 04, 60 and 72. RGB value is (4,96,114). Sum of RGB (Red+Green+Blue) = 4+96+114=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #046072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046072 is #FB9F8D. Grayscale: #464646. Windows color (decimal): -16490382 or 7495684. OLE color: 7495684.

HSL color Cylindrical-coordinate representation of color #046072: hue angle of 189.82º 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 #046072 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 96 114 -
CMYK 0.96 0.16 0 0.55
HSL 189.82º 0.93% 0.23% -
HSV(B) 189.82º 0.96% 0.45% -
XYZ 7.27 9.61 17.39 -
YUV 70.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 4 96 114 0.96 0.16 0 0.55 189.82 0.93 0.23
Hex 4 60 72 60 10 0 37 BE 5D 17
Octal 4 140 162 140 20 0 67 276 135 27
Binary 100 1100000 1110010 1100000 10000 0 110111 10111110 1011101 10111

Color Harmonies of #046072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046072

Black with #046072

Text Example


Text Example

White with #046072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046072; }

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

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

background-color css

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

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

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

border-color css

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

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

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