Html Css Color HEX #045876 Blue Lagoon

📋 copy color: '#045876'

red 4 ◦ green 88 ◦ blue 118

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

Shades of Blue Lagoon #045876

Tints of Blue Lagoon #045876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

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

R = 1.9%
G = 41.9%
B = 56.19%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045876 (or 0x045876) is known color: Blue Lagoon. HEX triplet: 04, 58 and 76. RGB value is (4,88,118). Sum of RGB (Red+Green+Blue) = 4+88+118=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #045876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045876 is #FBA789. Grayscale: #424242. Windows color (decimal): -16492426 or 7755780. OLE color: 7755780.

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

Color convert

RGB 4 88 118 -
CMYK 0.97 0.25 0 0.54
HSL 195.79º 0.93% 0.24% -
HSV(B) 195.79º 0.97% 0.46% -
XYZ 6.81 8.31 18.39 -
YUV 66.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 4 88 118 0.97 0.25 0 0.54 195.79 0.93 0.24
Hex 4 58 76 61 19 0 36 C4 5D 18
Octal 4 130 166 141 31 0 66 304 135 30
Binary 100 1011000 1110110 1100001 11001 0 110110 11000100 1011101 11000

Color Harmonies of #045876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045876

Black with #045876

Text Example


Text Example

White with #045876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045876; }

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

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

background-color css

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

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

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

border-color css

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

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

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