Shades of Blue Chill #458D8B
Tints of Blue Chill #458D8B
RGB
CMYK
RGB Variations
Color information
#458D8B (or 0x458D8B) is known color: Blue Chill. HEX triplet: 45, 8D and 8B. RGB value is (69,141,139). Sum of RGB (Red+Green+Blue) = 69+141+139=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #458D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D8B is #BA7274. Grayscale: #777777. Windows color (decimal): -12218997 or 9145669. OLE color: 9145669.
HSL color Cylindrical-coordinate representation of color #458D8B: hue angle of 178.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D8B is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 139 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.45 |
| HSL | 178.33º | 0.34% | 0.41% | - |
| HSV(B) | 178.33º | 0.51% | 0.55% | - |
| XYZ | 16.64 | 22.18 | 27.83 | - |
| YUV | 119.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 139 | 0.51 | 0 | 0.01 | 0.45 | 178.33 | 0.34 | 0.41 |
| Hex | 45 | 8D | 8B | 33 | 0 | 1 | 2D | B2 | 22 | 29 |
| Octal | 105 | 215 | 213 | 63 | 0 | 1 | 55 | 262 | 42 | 51 |
| Binary | 1000101 | 10001101 | 10001011 | 110011 | 0 | 1 | 101101 | 10110010 | 100010 | 101001 |
Color Harmonies of #458D8B
Complementary color
Monochromatic Colors of #458D8B
Black with #458D8B
Text Example
Text Example
White with #458D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D8B; }
p { color: rgb(69,141,139); }
H1.HeaderClassName
{
color: #458D8B;
}
.AnyTagClassName
{
color: #458D8B;
}
</style>
background-color css
<style>
a { background-color: #458D8B; }
a { background-color: rgb(69,141,139); }
div.DivClassName
{
background-color: #458D8B;
}
.BgClassName
{
background-color: #458D8B;
}
</style>
border-color css
<style>
span { border-color: #458D8B; }
span { border-color: rgb(69,141,139); }
td.TdClassName
{
border-color: #458D8B;
}
.TagClassName
{
border-color: #458D8B;
}
</style>