#459599

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

Shades of Blue Chill #459599

Tints of Blue Chill #459599

Color information

#459599 (or 0x459599) is unknown color: approx Blue Chill. HEX triplet: 45, 95 and 99. RGB value is (69,149,153). Sum of RGB (Red+Green+Blue) = 69+149+153=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #459599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459599 is #BA6A66. Grayscale: #7D7D7D. Windows color (decimal): -12216935 or 10065221. OLE color: 10065221.

HSL color Cylindrical-coordinate representation of color #459599: hue angle of 182.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459599 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69149153-
CMYK0.550.0300.4
HSL182.86º37.84%43.53%-
HSV(B)182.86º54.9%60%-
XYZ18.9525.0633.98-
YUV125.54143.587.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=18.60%
G=40.16%
B=41.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691491530.550.0300.4182.8637.8443.53
Hex459599373028b7262c
Octal1052252316730502674654
Binary1000101100101011001100111011111010100010110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459599; }

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

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

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

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

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

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

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

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