Shades of Blue Chill #458A8B
Tints of Blue Chill #458A8B
RGB
CMYK
RGB Variations
Color information
#458A8B (or 0x458A8B) is known color: Blue Chill. HEX triplet: 45, 8A and 8B. RGB value is (69,138,139). Sum of RGB (Red+Green+Blue) = 69+138+139=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #458A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458A8B is #BA7574. Grayscale: #757575. Windows color (decimal): -12219765 or 9144901. OLE color: 9144901.
HSL color Cylindrical-coordinate representation of color #458A8B: hue angle of 180.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A8B is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 138 | 139 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.45 |
| HSL | 180.86º | 0.34% | 0.41% | - |
| HSV(B) | 180.86º | 0.5% | 0.55% | - |
| XYZ | 16.2 | 21.31 | 27.68 | - |
| YUV | 117.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 139 | 0.50 | 0.01 | 0 | 0.45 | 180.86 | 0.34 | 0.41 |
| Hex | 45 | 8A | 8B | 32 | 1 | 0 | 2D | B5 | 22 | 29 |
| Octal | 105 | 212 | 213 | 62 | 1 | 0 | 55 | 265 | 42 | 51 |
| Binary | 1000101 | 10001010 | 10001011 | 110010 | 1 | 0 | 101101 | 10110101 | 100010 | 101001 |
Color Harmonies of #458A8B
Complementary color
Monochromatic Colors of #458A8B
Black with #458A8B
Text Example
Text Example
White with #458A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A8B; }
p { color: rgb(69,138,139); }
H1.HeaderClassName
{
color: #458A8B;
}
.AnyTagClassName
{
color: #458A8B;
}
</style>
background-color css
<style>
a { background-color: #458A8B; }
a { background-color: rgb(69,138,139); }
div.DivClassName
{
background-color: #458A8B;
}
.BgClassName
{
background-color: #458A8B;
}
</style>
border-color css
<style>
span { border-color: #458A8B; }
span { border-color: rgb(69,138,139); }
td.TdClassName
{
border-color: #458A8B;
}
.TagClassName
{
border-color: #458A8B;
}
</style>