#045475

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

Shades of Blue Lagoon #045475

Tints of Blue Lagoon #045475

Color information

#045475 (or 0x045475) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 75. RGB value is (4,84,117). Sum of RGB (Red+Green+Blue) = 4+84+117=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #045475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045475 is #FBAB8A. Grayscale: #3F3F3F. Windows color (decimal): -16493451 or 7689220. OLE color: 7689220.

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

Color convert

RGB484117-
CMYK0.970.2800.54
HSL197.52º93.39%23.73%-
HSV(B)197.52º96.58%45.88%-
XYZ6.437.6517.97-
YUV63.8415885.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=1.95%
G=40.98%
B=57.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4841170.970.2800.54197.5293.3923.73
Hex45475611C036c65d18
Octal41241651413406630613530
Binary10010101001110101110000111100011011011000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045475; }

 p { color: rgb(4,84,117); }

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

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

 a { background-color: rgb(4,84,117); }

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

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

 span { border-color: rgb(4,84,117); }

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