Shades of Blue Chill #458C8D
Tints of Blue Chill #458C8D
RGB
CMYK
RGB Variations
Color information
#458C8D (or 0x458C8D) is known color: Blue Chill. HEX triplet: 45, 8C and 8D. RGB value is (69,140,141). Sum of RGB (Red+Green+Blue) = 69+140+141=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #458C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458C8D is #BA7372. Grayscale: #767676. Windows color (decimal): -12219251 or 9276485. OLE color: 9276485.
HSL color Cylindrical-coordinate representation of color #458C8D: hue angle of 180.83º 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 #458C8D is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 141 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.45 |
| HSL | 180.83º | 0.34% | 0.41% | - |
| HSV(B) | 180.83º | 0.51% | 0.55% | - |
| XYZ | 16.64 | 21.94 | 28.56 | - |
| YUV | 118.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 141 | 0.51 | 0.01 | 0 | 0.45 | 180.83 | 0.34 | 0.41 |
| Hex | 45 | 8C | 8D | 33 | 1 | 0 | 2D | B5 | 22 | 29 |
| Octal | 105 | 214 | 215 | 63 | 1 | 0 | 55 | 265 | 42 | 51 |
| Binary | 1000101 | 10001100 | 10001101 | 110011 | 1 | 0 | 101101 | 10110101 | 100010 | 101001 |
Color Harmonies of #458C8D
Complementary color
Monochromatic Colors of #458C8D
Black with #458C8D
Text Example
Text Example
White with #458C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C8D; }
p { color: rgb(69,140,141); }
H1.HeaderClassName
{
color: #458C8D;
}
.AnyTagClassName
{
color: #458C8D;
}
</style>
background-color css
<style>
a { background-color: #458C8D; }
a { background-color: rgb(69,140,141); }
div.DivClassName
{
background-color: #458C8D;
}
.BgClassName
{
background-color: #458C8D;
}
</style>
border-color css
<style>
span { border-color: #458C8D; }
span { border-color: rgb(69,140,141); }
td.TdClassName
{
border-color: #458C8D;
}
.TagClassName
{
border-color: #458C8D;
}
</style>