#045263

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

Shades of Blue Lagoon #045263

Tints of Blue Lagoon #045263

Color information

#045263 (or 0x045263) is unknown color: approx Blue Lagoon. HEX triplet: 04, 52 and 63. RGB value is (4,82,99). Sum of RGB (Red+Green+Blue) = 4+82+99=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #045263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045263 is #FBAD9C. Grayscale: #3C3C3C. Windows color (decimal): -16493981 or 6509060. OLE color: 6509060.

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

Color convert

RGB48299-
CMYK0.960.1700.61
HSL190.74º92.23%20.2%-
HSV(B)190.74º95.96%38.82%-
XYZ5.326.9612.87-
YUV60.62149.6687.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=2.16%
G=44.32%
B=53.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal482990.960.1700.61190.7492.2320.2
Hex45263601103Dbf5c14
Octal41221431402107527713424
Binary10010100101100011110000010001011110110111111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045263; }

 p { color: rgb(4,82,99); }

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

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

 a { background-color: rgb(4,82,99); }

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

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

 span { border-color: rgb(4,82,99); }

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