Html Css Color HEX #046876 Blue Lagoon

📋 copy color: '#046876'

red 4 ◦ green 104 ◦ blue 118

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

Shades of Blue Lagoon #046876

Tints of Blue Lagoon #046876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 1.77%
G = 46.02%
B = 52.21%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046876 (or 0x046876) is known color: Blue Lagoon. HEX triplet: 04, 68 and 76. RGB value is (4,104,118). Sum of RGB (Red+Green+Blue) = 4+104+118=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #046876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046876 is #FB9789. Grayscale: #4B4B4B. Windows color (decimal): -16488330 or 7759876. OLE color: 7759876.

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

Color convert

RGB 4 104 118 -
CMYK 0.97 0.12 0 0.54
HSL 187.37º 0.93% 0.24% -
HSV(B) 187.37º 0.97% 0.46% -
XYZ 8.27 11.23 18.87 -
YUV 75.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 4 104 118 0.97 0.12 0 0.54 187.37 0.93 0.24
Hex 4 68 76 61 C 0 36 BB 5D 18
Octal 4 150 166 141 14 0 66 273 135 30
Binary 100 1101000 1110110 1100001 1100 0 110110 10111011 1011101 11000

Color Harmonies of #046876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046876

Black with #046876

Text Example


Text Example

White with #046876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046876; }

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

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

background-color css

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

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

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

border-color css

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

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

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