Html Css Color HEX #045F76 Blue Lagoon

📋 copy color: '#045F76'

red 4 ◦ green 95 ◦ blue 118

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

Shades of Blue Lagoon #045F76

Tints of Blue Lagoon #045F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.78%

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

R = 1.84%
G = 43.78%
B = 54.38%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045F76 (or 0x045F76) is known color: Blue Lagoon. HEX triplet: 04, 5F and 76. RGB value is (4,95,118). Sum of RGB (Red+Green+Blue) = 4+95+118=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #045F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F76 is #FBA089. Grayscale: #464646. Windows color (decimal): -16490634 or 7757572. OLE color: 7757572.

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

Color convert

RGB 4 95 118 -
CMYK 0.97 0.19 0 0.54
HSL 192.11º 0.93% 0.24% -
HSV(B) 192.11º 0.97% 0.46% -
XYZ 7.41 9.52 18.59 -
YUV 70.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 4 95 118 0.97 0.19 0 0.54 192.11 0.93 0.24
Hex 4 5F 76 61 13 0 36 C0 5D 18
Octal 4 137 166 141 23 0 66 300 135 30
Binary 100 1011111 1110110 1100001 10011 0 110110 11000000 1011101 11000

Color Harmonies of #045F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F76

Black with #045F76

Text Example


Text Example

White with #045F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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