Html Css Color HEX #046476 Blue Lagoon

📋 copy color: '#046476'

red 4 ◦ green 100 ◦ blue 118

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

Shades of Blue Lagoon #046476

Tints of Blue Lagoon #046476

RGB

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

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

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

R = 1.8%
G = 45.05%
B = 53.15%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046476 (or 0x046476) is known color: Blue Lagoon. HEX triplet: 04, 64 and 76. RGB value is (4,100,118). Sum of RGB (Red+Green+Blue) = 4+100+118=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #046476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046476 is #FB9B89. Grayscale: #494949. Windows color (decimal): -16489354 or 7758852. OLE color: 7758852.

HSL color Cylindrical-coordinate representation of color #046476: hue angle of 189.47º 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 #046476 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 100 118 -
CMYK 0.97 0.15 0 0.54
HSL 189.47º 0.93% 0.24% -
HSV(B) 189.47º 0.97% 0.46% -
XYZ 7.88 10.45 18.74 -
YUV 73.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 4 100 118 0.97 0.15 0 0.54 189.47 0.93 0.24
Hex 4 64 76 61 F 0 36 BD 5D 18
Octal 4 144 166 141 17 0 66 275 135 30
Binary 100 1100100 1110110 1100001 1111 0 110110 10111101 1011101 11000

Color Harmonies of #046476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046476

Black with #046476

Text Example


Text Example

White with #046476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046476; }

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

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

background-color css

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

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

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

border-color css

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

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

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