Shades of Blue Chill #458D94
Tints of Blue Chill #458D94
RGB
CMYK
RGB Variations
Color information
#458D94 (or 0x458D94) is known color: Blue Chill. HEX triplet: 45, 8D and 94. RGB value is (69,141,148). Sum of RGB (Red+Green+Blue) = 69+141+148=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #458D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D94 is #BA726B. Grayscale: #787878. Windows color (decimal): -12218988 or 9735493. OLE color: 9735493.
HSL color Cylindrical-coordinate representation of color #458D94: hue angle of 185.32º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458D94 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 141 | 148 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.42 |
| HSL | 185.32º | 0.36% | 0.43% | - |
| HSV(B) | 185.32º | 0.53% | 0.58% | - |
| XYZ | 17.32 | 22.45 | 31.44 | - |
| YUV | 120.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 148 | 0.53 | 0.05 | 0 | 0.42 | 185.32 | 0.36 | 0.43 |
| Hex | 45 | 8D | 94 | 35 | 5 | 0 | 2A | B9 | 24 | 2B |
| Octal | 105 | 215 | 224 | 65 | 5 | 0 | 52 | 271 | 44 | 53 |
| Binary | 1000101 | 10001101 | 10010100 | 110101 | 101 | 0 | 101010 | 10111001 | 100100 | 101011 |
Color Harmonies of #458D94
Complementary color
Monochromatic Colors of #458D94
Black with #458D94
Text Example
Text Example
White with #458D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D94; }
p { color: rgb(69,141,148); }
H1.HeaderClassName
{
color: #458D94;
}
.AnyTagClassName
{
color: #458D94;
}
</style>
background-color css
<style>
a { background-color: #458D94; }
a { background-color: rgb(69,141,148); }
div.DivClassName
{
background-color: #458D94;
}
.BgClassName
{
background-color: #458D94;
}
</style>
border-color css
<style>
span { border-color: #458D94; }
span { border-color: rgb(69,141,148); }
td.TdClassName
{
border-color: #458D94;
}
.TagClassName
{
border-color: #458D94;
}
</style>