Html Css Color HEX #045976 Blue Lagoon

📋 copy color: '#045976'

red 4 ◦ green 89 ◦ blue 118

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

Shades of Blue Lagoon #045976

Tints of Blue Lagoon #045976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 1.9%
G = 42.18%
B = 55.92%

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

#045976 (or 0x045976) is known color: Blue Lagoon. HEX triplet: 04, 59 and 76. RGB value is (4,89,118). Sum of RGB (Red+Green+Blue) = 4+89+118=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #045976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045976 is #FBA689. Grayscale: #424242. Windows color (decimal): -16492170 or 7756036. OLE color: 7756036.

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

Color convert

RGB 4 89 118 -
CMYK 0.97 0.25 0 0.54
HSL 195.26º 0.93% 0.24% -
HSV(B) 195.26º 0.97% 0.46% -
XYZ 6.89 8.48 18.41 -
YUV 66.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 4 89 118 0.97 0.25 0 0.54 195.26 0.93 0.24
Hex 4 59 76 61 19 0 36 C3 5D 18
Octal 4 131 166 141 31 0 66 303 135 30
Binary 100 1011001 1110110 1100001 11001 0 110110 11000011 1011101 11000

Color Harmonies of #045976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045976

Black with #045976

Text Example


Text Example

White with #045976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045976; }

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

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

background-color css

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

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

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

border-color css

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

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

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