Shades of Blue Chill #459D9B
Tints of Blue Chill #459D9B
RGB
CMYK
RGB Variations
Color information
#459D9B (or 0x459D9B) is known color: Blue Chill. HEX triplet: 45, 9D and 9B. RGB value is (69,157,155). Sum of RGB (Red+Green+Blue) = 69+157+155=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #459D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D9B is #BA6264. Grayscale: #828282. Windows color (decimal): -12214885 or 10198341. OLE color: 10198341.
HSL color Cylindrical-coordinate representation of color #459D9B: hue angle of 178.64º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D9B is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 155 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.38 |
| HSL | 178.64º | 0.39% | 0.44% | - |
| HSV(B) | 178.64º | 0.56% | 0.62% | - |
| XYZ | 20.43 | 27.75 | 35.29 | - |
| YUV | 130.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 155 | 0.56 | 0 | 0.01 | 0.38 | 178.64 | 0.39 | 0.44 |
| Hex | 45 | 9D | 9B | 38 | 0 | 1 | 26 | B3 | 27 | 2C |
| Octal | 105 | 235 | 233 | 70 | 0 | 1 | 46 | 263 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10011011 | 111000 | 0 | 1 | 100110 | 10110011 | 100111 | 101100 |
Color Harmonies of #459D9B
Complementary color
Monochromatic Colors of #459D9B
Black with #459D9B
Text Example
Text Example
White with #459D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D9B; }
p { color: rgb(69,157,155); }
H1.HeaderClassName
{
color: #459D9B;
}
.AnyTagClassName
{
color: #459D9B;
}
</style>
background-color css
<style>
a { background-color: #459D9B; }
a { background-color: rgb(69,157,155); }
div.DivClassName
{
background-color: #459D9B;
}
.BgClassName
{
background-color: #459D9B;
}
</style>
border-color css
<style>
span { border-color: #459D9B; }
span { border-color: rgb(69,157,155); }
td.TdClassName
{
border-color: #459D9B;
}
.TagClassName
{
border-color: #459D9B;
}
</style>