#459F99

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

Shades of Blue Chill #459F99

Tints of Blue Chill #459F99

Color information

#459F99 (or 0x459F99) is unknown color: approx Blue Chill. HEX triplet: 45, 9F and 99. RGB value is (69,159,153). Sum of RGB (Red+Green+Blue) = 69+159+153=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #459F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F99 is #BA6066. Grayscale: #838383. Windows color (decimal): -12214375 or 10067781. OLE color: 10067781.

HSL color Cylindrical-coordinate representation of color #459F99: hue angle of 176º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F99 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB69159153-
CMYK0.5700.040.38
HSL176º39.47%44.71%-
HSV(B)176º56.6%62.35%-
XYZ20.628.3634.53-
YUV131.41140.1883.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=18.11%
G=41.73%
B=40.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691591530.5700.040.3817639.4744.71
Hex459F99390426b0272d
Octal1052372317104462604755
Binary10001011001111110011001111001010010011010110000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459F99; }

 p { color: rgb(69,159,153); }

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

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

 a { background-color: rgb(69,159,153); }

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

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

 span { border-color: rgb(69,159,153); }

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