#459596

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

Shades of Blue Chill #459596

Tints of Blue Chill #459596

Color information

#459596 (or 0x459596) is unknown color: approx Blue Chill. HEX triplet: 45, 95 and 96. RGB value is (69,149,150). Sum of RGB (Red+Green+Blue) = 69+149+150=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #459596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459596 is #BA6A69. Grayscale: #7D7D7D. Windows color (decimal): -12216938 or 9868613. OLE color: 9868613.

HSL color Cylindrical-coordinate representation of color #459596: hue angle of 180.74º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459596 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB69149150-
CMYK0.540.0100.41
HSL180.74º36.99%42.94%-
HSV(B)180.74º54%58.82%-
XYZ18.7124.9632.69-
YUV125.1914287.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=18.75%
G=40.49%
B=40.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691491500.540.0100.41180.7436.9942.94
Hex459596361029b5252b
Octal1052252266610512654553
Binary100010110010101100101101101101010100110110101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459596; }

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

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

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

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

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

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

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

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