Shades of Blue Chill #459D9C
Tints of Blue Chill #459D9C
RGB
CMYK
RGB Variations
Color information
#459D9C (or 0x459D9C) is known color: Blue Chill. HEX triplet: 45, 9D and 9C. RGB value is (69,157,156). Sum of RGB (Red+Green+Blue) = 69+157+156=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #459D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D9C is #BA6263. Grayscale: #828282. Windows color (decimal): -12214884 or 10263877. OLE color: 10263877.
HSL color Cylindrical-coordinate representation of color #459D9C: hue angle of 179.32º 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 #459D9C is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 156 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.38 |
| HSL | 179.32º | 0.39% | 0.44% | - |
| HSV(B) | 179.32º | 0.56% | 0.62% | - |
| XYZ | 20.51 | 27.78 | 35.73 | - |
| YUV | 130.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 156 | 0.56 | 0 | 0.01 | 0.38 | 179.32 | 0.39 | 0.44 |
| Hex | 45 | 9D | 9C | 38 | 0 | 1 | 26 | B3 | 27 | 2C |
| Octal | 105 | 235 | 234 | 70 | 0 | 1 | 46 | 263 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10011100 | 111000 | 0 | 1 | 100110 | 10110011 | 100111 | 101100 |
Color Harmonies of #459D9C
Complementary color
Monochromatic Colors of #459D9C
Black with #459D9C
Text Example
Text Example
White with #459D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D9C; }
p { color: rgb(69,157,156); }
H1.HeaderClassName
{
color: #459D9C;
}
.AnyTagClassName
{
color: #459D9C;
}
</style>
background-color css
<style>
a { background-color: #459D9C; }
a { background-color: rgb(69,157,156); }
div.DivClassName
{
background-color: #459D9C;
}
.BgClassName
{
background-color: #459D9C;
}
</style>
border-color css
<style>
span { border-color: #459D9C; }
span { border-color: rgb(69,157,156); }
td.TdClassName
{
border-color: #459D9C;
}
.TagClassName
{
border-color: #459D9C;
}
</style>