Shades of Blue Chill #458F93
Tints of Blue Chill #458F93
RGB
CMYK
RGB Variations
Color information
#458F93 (or 0x458F93) is known color: Blue Chill. HEX triplet: 45, 8F and 93. RGB value is (69,143,147). Sum of RGB (Red+Green+Blue) = 69+143+147=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #458F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458F93 is #BA706C. Grayscale: #797979. Windows color (decimal): -12218477 or 9670469. OLE color: 9670469.
HSL color Cylindrical-coordinate representation of color #458F93: hue angle of 183.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458F93 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 143 | 147 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.42 |
| HSL | 183.08º | 0.36% | 0.42% | - |
| HSV(B) | 183.08º | 0.53% | 0.58% | - |
| XYZ | 17.54 | 23.02 | 31.12 | - |
| YUV | 121.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 147 | 0.53 | 0.03 | 0 | 0.42 | 183.08 | 0.36 | 0.42 |
| Hex | 45 | 8F | 93 | 35 | 3 | 0 | 2A | B7 | 24 | 2A |
| Octal | 105 | 217 | 223 | 65 | 3 | 0 | 52 | 267 | 44 | 52 |
| Binary | 1000101 | 10001111 | 10010011 | 110101 | 11 | 0 | 101010 | 10110111 | 100100 | 101010 |
Color Harmonies of #458F93
Complementary color
Monochromatic Colors of #458F93
Black with #458F93
Text Example
Text Example
White with #458F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F93; }
p { color: rgb(69,143,147); }
H1.HeaderClassName
{
color: #458F93;
}
.AnyTagClassName
{
color: #458F93;
}
</style>
background-color css
<style>
a { background-color: #458F93; }
a { background-color: rgb(69,143,147); }
div.DivClassName
{
background-color: #458F93;
}
.BgClassName
{
background-color: #458F93;
}
</style>
border-color css
<style>
span { border-color: #458F93; }
span { border-color: rgb(69,143,147); }
td.TdClassName
{
border-color: #458F93;
}
.TagClassName
{
border-color: #458F93;
}
</style>