#045574

Color #045574 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045574

Tints of Blue Lagoon #045574

Color information

#045574 (or 0x045574) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 74. RGB value is (4,85,116). Sum of RGB (Red+Green+Blue) = 4+85+116=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #045574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045574 is #FBAA8B. Grayscale: #404040. Windows color (decimal): -16493196 or 7623940. OLE color: 7623940.

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

Color convert

RGB485116-
CMYK0.970.2700.55
HSL196.61º93.33%23.53%-
HSV(B)196.61º96.55%45.49%-
XYZ6.457.7817.69-
YUV64.32157.1684.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=1.95%
G=41.46%
B=56.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4851160.970.2700.55196.6193.3323.53
Hex45574611B037c55d18
Octal41251641413306730513530
Binary10010101011110100110000111011011011111000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045574; }

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

 H1.HeaderClassName
 {
   color: #045574;
 }
 .AnyTagClassName
 {
   color: #045574;
 }
</style>
background-color css

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

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

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

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

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

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