Html Css Color HEX #045B73 Blue Lagoon

📋 copy color: '#045B73'

red 4 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #045B73

Tints of Blue Lagoon #045B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 1.9%
G = 43.33%
B = 54.76%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045B73 (or 0x045B73) is known color: Blue Lagoon. HEX triplet: 04, 5B and 73. RGB value is (4,91,115). Sum of RGB (Red+Green+Blue) = 4+91+115=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #045B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045B73 is #FBA48C. Grayscale: #434343. Windows color (decimal): -16491661 or 7559940. OLE color: 7559940.

HSL color Cylindrical-coordinate representation of color #045B73: hue angle of 192.97º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045B73 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 91 115 -
CMYK 0.97 0.21 0 0.55
HSL 192.97º 0.93% 0.23% -
HSV(B) 192.97º 0.97% 0.45% -
XYZ 6.89 8.75 17.54 -
YUV 67.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 4 91 115 0.97 0.21 0 0.55 192.97 0.93 0.23
Hex 4 5B 73 61 15 0 37 C1 5D 17
Octal 4 133 163 141 25 0 67 301 135 27
Binary 100 1011011 1110011 1100001 10101 0 110111 11000001 1011101 10111

Color Harmonies of #045B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045B73

Black with #045B73

Text Example


Text Example

White with #045B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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