Html Css Color HEX #046772 Blue Lagoon

📋 copy color: '#046772'

red 4 ◦ green 103 ◦ blue 114

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

Shades of Blue Lagoon #046772

Tints of Blue Lagoon #046772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

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

R = 1.81%
G = 46.61%
B = 51.58%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046772 (or 0x046772) is known color: Blue Lagoon. HEX triplet: 04, 67 and 72. RGB value is (4,103,114). Sum of RGB (Red+Green+Blue) = 4+103+114=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #046772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046772 is #FB988D. Grayscale: #4A4A4A. Windows color (decimal): -16488590 or 7497476. OLE color: 7497476.

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

Color convert

RGB 4 103 114 -
CMYK 0.96 0.10 0 0.55
HSL 186º 0.93% 0.23% -
HSV(B) 186º 0.96% 0.45% -
XYZ 7.94 10.94 17.61 -
YUV 74.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 4 103 114 0.96 0.10 0 0.55 186 0.93 0.23
Hex 4 67 72 60 A 0 37 BA 5D 17
Octal 4 147 162 140 12 0 67 272 135 27
Binary 100 1100111 1110010 1100000 1010 0 110111 10111010 1011101 10111

Color Harmonies of #046772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046772

Black with #046772

Text Example


Text Example

White with #046772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046772; }

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

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

background-color css

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

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

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

border-color css

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

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

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