Html Css Color HEX #045B76 Blue Lagoon

📋 copy color: '#045B76'

red 4 ◦ green 91 ◦ blue 118

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

Shades of Blue Lagoon #045B76

Tints of Blue Lagoon #045B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.72%

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

R = 1.88%
G = 42.72%
B = 55.4%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045B76 (or 0x045B76) is known color: Blue Lagoon. HEX triplet: 04, 5B and 76. RGB value is (4,91,118). Sum of RGB (Red+Green+Blue) = 4+91+118=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #045B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045B76 is #FBA489. Grayscale: #434343. Windows color (decimal): -16491658 or 7756548. OLE color: 7756548.

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

Color convert

RGB 4 91 118 -
CMYK 0.97 0.23 0 0.54
HSL 194.21º 0.93% 0.24% -
HSV(B) 194.21º 0.97% 0.46% -
XYZ 7.06 8.82 18.47 -
YUV 68.07 156.18 82.3 -
System Red Green Blue C M Y K H S L
Decimal 4 91 118 0.97 0.23 0 0.54 194.21 0.93 0.24
Hex 4 5B 76 61 17 0 36 C2 5D 18
Octal 4 133 166 141 27 0 66 302 135 30
Binary 100 1011011 1110110 1100001 10111 0 110110 11000010 1011101 11000

Color Harmonies of #045B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045B76

Black with #045B76

Text Example


Text Example

White with #045B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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