Html Css Color HEX #046E76 Blue Lagoon

📋 copy color: '#046E76'

red 4 ◦ green 110 ◦ blue 118

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

Shades of Blue Lagoon #046E76

Tints of Blue Lagoon #046E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 1.72%
G = 47.41%
B = 50.86%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046E76 (or 0x046E76) is known color: Blue Lagoon. HEX triplet: 04, 6E and 76. RGB value is (4,110,118). Sum of RGB (Red+Green+Blue) = 4+110+118=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #046E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E76 is #FB9189. Grayscale: #4F4F4F. Windows color (decimal): -16486794 or 7761412. OLE color: 7761412.

HSL color Cylindrical-coordinate representation of color #046E76: hue angle of 184.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046E76 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 110 118 -
CMYK 0.97 0.07 0 0.54
HSL 184.21º 0.93% 0.24% -
HSV(B) 184.21º 0.97% 0.46% -
XYZ 8.9 12.49 19.08 -
YUV 79.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 4 110 118 0.97 0.07 0 0.54 184.21 0.93 0.24
Hex 4 6E 76 61 7 0 36 B8 5D 18
Octal 4 156 166 141 7 0 66 270 135 30
Binary 100 1101110 1110110 1100001 111 0 110110 10111000 1011101 11000

Color Harmonies of #046E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046E76

Black with #046E76

Text Example


Text Example

White with #046E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046E76; }

 p { color: rgb(4,110,118); }

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

background-color css

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

 a { background-color: rgb(4,110,118); }

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

border-color css

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

 span { border-color: rgb(4,110,118); }

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