Shades of Blue Chill #459F9D
Tints of Blue Chill #459F9D
RGB
CMYK
RGB Variations
Color information
#459F9D (or 0x459F9D) is known color: Blue Chill. HEX triplet: 45, 9F and 9D. RGB value is (69,159,157). Sum of RGB (Red+Green+Blue) = 69+159+157=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #459F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F9D is #BA6062. Grayscale: #838383. Windows color (decimal): -12214371 or 10329925. OLE color: 10329925.
HSL color Cylindrical-coordinate representation of color #459F9D: hue angle of 178.67º 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 #459F9D is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 157 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.38 |
| HSL | 178.67º | 0.39% | 0.45% | - |
| HSV(B) | 178.67º | 0.57% | 0.62% | - |
| XYZ | 20.94 | 28.5 | 36.29 | - |
| YUV | 131.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 157 | 0.57 | 0 | 0.01 | 0.38 | 178.67 | 0.39 | 0.45 |
| Hex | 45 | 9F | 9D | 39 | 0 | 1 | 26 | B3 | 27 | 2D |
| Octal | 105 | 237 | 235 | 71 | 0 | 1 | 46 | 263 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10011101 | 111001 | 0 | 1 | 100110 | 10110011 | 100111 | 101101 |
Color Harmonies of #459F9D
Complementary color
Monochromatic Colors of #459F9D
Black with #459F9D
Text Example
Text Example
White with #459F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F9D; }
p { color: rgb(69,159,157); }
H1.HeaderClassName
{
color: #459F9D;
}
.AnyTagClassName
{
color: #459F9D;
}
</style>
background-color css
<style>
a { background-color: #459F9D; }
a { background-color: rgb(69,159,157); }
div.DivClassName
{
background-color: #459F9D;
}
.BgClassName
{
background-color: #459F9D;
}
</style>
border-color css
<style>
span { border-color: #459F9D; }
span { border-color: rgb(69,159,157); }
td.TdClassName
{
border-color: #459F9D;
}
.TagClassName
{
border-color: #459F9D;
}
</style>