Html Css Color HEX #046972 Blue Lagoon

📋 copy color: '#046972'

red 4 ◦ green 105 ◦ blue 114

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

Shades of Blue Lagoon #046972

Tints of Blue Lagoon #046972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

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

R = 1.79%
G = 47.09%
B = 51.12%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046972 (or 0x046972) is known color: Blue Lagoon. HEX triplet: 04, 69 and 72. RGB value is (4,105,114). Sum of RGB (Red+Green+Blue) = 4+105+114=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #046972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046972 is #FB968D. Grayscale: #4B4B4B. Windows color (decimal): -16488078 or 7497988. OLE color: 7497988.

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

Color convert

RGB 4 105 114 -
CMYK 0.96 0.08 0 0.55
HSL 184.91º 0.93% 0.23% -
HSV(B) 184.91º 0.96% 0.45% -
XYZ 8.14 11.34 17.68 -
YUV 75.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 4 105 114 0.96 0.08 0 0.55 184.91 0.93 0.23
Hex 4 69 72 60 8 0 37 B9 5D 17
Octal 4 151 162 140 10 0 67 271 135 27
Binary 100 1101001 1110010 1100000 1000 0 110111 10111001 1011101 10111

Color Harmonies of #046972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046972

Black with #046972

Text Example


Text Example

White with #046972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046972; }

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

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

background-color css

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

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

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

border-color css

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

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

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