Shades of Blue Chill #459B9C
Tints of Blue Chill #459B9C
RGB
CMYK
RGB Variations
Color information
#459B9C (or 0x459B9C) is known color: Blue Chill. HEX triplet: 45, 9B and 9C. RGB value is (69,155,156). Sum of RGB (Red+Green+Blue) = 69+155+156=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #459B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B9C is #BA6463. Grayscale: #818181. Windows color (decimal): -12215396 or 10263365. OLE color: 10263365.
HSL color Cylindrical-coordinate representation of color #459B9C: hue angle of 180.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459B9C is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 156 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.39 |
| HSL | 180.69º | 0.39% | 0.44% | - |
| HSV(B) | 180.69º | 0.56% | 0.61% | - |
| XYZ | 20.18 | 27.11 | 35.62 | - |
| YUV | 129.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 156 | 0.56 | 0.01 | 0 | 0.39 | 180.69 | 0.39 | 0.44 |
| Hex | 45 | 9B | 9C | 38 | 1 | 0 | 27 | B5 | 27 | 2C |
| Octal | 105 | 233 | 234 | 70 | 1 | 0 | 47 | 265 | 47 | 54 |
| Binary | 1000101 | 10011011 | 10011100 | 111000 | 1 | 0 | 100111 | 10110101 | 100111 | 101100 |
Color Harmonies of #459B9C
Complementary color
Monochromatic Colors of #459B9C
Black with #459B9C
Text Example
Text Example
White with #459B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B9C; }
p { color: rgb(69,155,156); }
H1.HeaderClassName
{
color: #459B9C;
}
.AnyTagClassName
{
color: #459B9C;
}
</style>
background-color css
<style>
a { background-color: #459B9C; }
a { background-color: rgb(69,155,156); }
div.DivClassName
{
background-color: #459B9C;
}
.BgClassName
{
background-color: #459B9C;
}
</style>
border-color css
<style>
span { border-color: #459B9C; }
span { border-color: rgb(69,155,156); }
td.TdClassName
{
border-color: #459B9C;
}
.TagClassName
{
border-color: #459B9C;
}
</style>