Html Css Color HEX #045566 Blue Lagoon

📋 copy color: '#045566'

red 4 ◦ green 85 ◦ blue 102

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

Shades of Blue Lagoon #045566

Tints of Blue Lagoon #045566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 2.09%
G = 44.5%
B = 53.4%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#045566 (or 0x045566) is known color: Blue Lagoon. HEX triplet: 04, 55 and 66. RGB value is (4,85,102). Sum of RGB (Red+Green+Blue) = 4+85+102=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #045566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045566 is #FBAA99. Grayscale: #3E3E3E. Windows color (decimal): -16493210 or 6706436. OLE color: 6706436.

HSL color Cylindrical-coordinate representation of color #045566: hue angle of 190.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045566 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 85 102 -
CMYK 0.96 0.17 0 0.6
HSL 190.41º 0.92% 0.21% -
HSV(B) 190.41º 0.96% 0.4% -
XYZ 5.7 7.48 13.71 -
YUV 62.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 4 85 102 0.96 0.17 0 0.6 190.41 0.92 0.21
Hex 4 55 66 60 11 0 3C BE 5C 15
Octal 4 125 146 140 21 0 74 276 134 25
Binary 100 1010101 1100110 1100000 10001 0 111100 10111110 1011100 10101

Color Harmonies of #045566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045566

Black with #045566

Text Example


Text Example

White with #045566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045566; }

 p { color: rgb(4,85,102); }

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

background-color css

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

 a { background-color: rgb(4,85,102); }

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

border-color css

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

 span { border-color: rgb(4,85,102); }

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