Shades of Blue Chill #458E8C
Tints of Blue Chill #458E8C
RGB
CMYK
RGB Variations
Color information
#458E8C (or 0x458E8C) is known color: Blue Chill. HEX triplet: 45, 8E and 8C. RGB value is (69,142,140). Sum of RGB (Red+Green+Blue) = 69+142+140=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #458E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E8C is #BA7173. Grayscale: #777777. Windows color (decimal): -12218740 or 9211461. OLE color: 9211461.
HSL color Cylindrical-coordinate representation of color #458E8C: hue angle of 178.36º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E8C is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 142 | 140 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.44 |
| HSL | 178.36º | 0.35% | 0.41% | - |
| HSV(B) | 178.36º | 0.51% | 0.56% | - |
| XYZ | 16.86 | 22.5 | 28.27 | - |
| YUV | 119.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 140 | 0.51 | 0 | 0.01 | 0.44 | 178.36 | 0.35 | 0.41 |
| Hex | 45 | 8E | 8C | 33 | 0 | 1 | 2C | B2 | 23 | 29 |
| Octal | 105 | 216 | 214 | 63 | 0 | 1 | 54 | 262 | 43 | 51 |
| Binary | 1000101 | 10001110 | 10001100 | 110011 | 0 | 1 | 101100 | 10110010 | 100011 | 101001 |
Color Harmonies of #458E8C
Complementary color
Monochromatic Colors of #458E8C
Black with #458E8C
Text Example
Text Example
White with #458E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458E8C; }
p { color: rgb(69,142,140); }
H1.HeaderClassName
{
color: #458E8C;
}
.AnyTagClassName
{
color: #458E8C;
}
</style>
background-color css
<style>
a { background-color: #458E8C; }
a { background-color: rgb(69,142,140); }
div.DivClassName
{
background-color: #458E8C;
}
.BgClassName
{
background-color: #458E8C;
}
</style>
border-color css
<style>
span { border-color: #458E8C; }
span { border-color: rgb(69,142,140); }
td.TdClassName
{
border-color: #458E8C;
}
.TagClassName
{
border-color: #458E8C;
}
</style>