Html Css Color HEX #046576 Blue Lagoon

📋 copy color: '#046576'

red 4 ◦ green 101 ◦ blue 118

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

Shades of Blue Lagoon #046576

Tints of Blue Lagoon #046576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

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

R = 1.79%
G = 45.29%
B = 52.91%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046576 (or 0x046576) is known color: Blue Lagoon. HEX triplet: 04, 65 and 76. RGB value is (4,101,118). Sum of RGB (Red+Green+Blue) = 4+101+118=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #046576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046576 is #FB9A89. Grayscale: #494949. Windows color (decimal): -16489098 or 7759108. OLE color: 7759108.

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

Color convert

RGB 4 101 118 -
CMYK 0.97 0.14 0 0.54
HSL 188.95º 0.93% 0.24% -
HSV(B) 188.95º 0.97% 0.46% -
XYZ 7.97 10.64 18.77 -
YUV 73.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 4 101 118 0.97 0.14 0 0.54 188.95 0.93 0.24
Hex 4 65 76 61 E 0 36 BD 5D 18
Octal 4 145 166 141 16 0 66 275 135 30
Binary 100 1100101 1110110 1100001 1110 0 110110 10111101 1011101 11000

Color Harmonies of #046576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046576

Black with #046576

Text Example


Text Example

White with #046576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046576; }

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

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

background-color css

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

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

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

border-color css

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

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

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