Shades of Hippie Blue #458DA1
Tints of Hippie Blue #458DA1
RGB
CMYK
RGB Variations
Color information
#458DA1 (or 0x458DA1) is known color: Hippie Blue. HEX triplet: 45, 8D and A1. RGB value is (69,141,161). Sum of RGB (Red+Green+Blue) = 69+141+161=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #458DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DA1 is #BA725E. Grayscale: #797979. Windows color (decimal): -12218975 or 10587461. OLE color: 10587461.
HSL color Cylindrical-coordinate representation of color #458DA1: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #458DA1 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 141 | 161 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.37 |
| HSL | 193.04º | 0.4% | 0.45% | - |
| HSV(B) | 193.04º | 0.57% | 0.63% | - |
| XYZ | 18.41 | 22.89 | 37.17 | - |
| YUV | 121.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 161 | 0.57 | 0.12 | 0 | 0.37 | 193.04 | 0.4 | 0.45 |
| Hex | 45 | 8D | A1 | 39 | C | 0 | 25 | C1 | 28 | 2D |
| Octal | 105 | 215 | 241 | 71 | 14 | 0 | 45 | 301 | 50 | 55 |
| Binary | 1000101 | 10001101 | 10100001 | 111001 | 1100 | 0 | 100101 | 11000001 | 101000 | 101101 |
Color Harmonies of #458DA1
Complementary color
Monochromatic Colors of #458DA1
Black with #458DA1
Text Example
Text Example
White with #458DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DA1; }
p { color: rgb(69,141,161); }
H1.HeaderClassName
{
color: #458DA1;
}
.AnyTagClassName
{
color: #458DA1;
}
</style>
background-color css
<style>
a { background-color: #458DA1; }
a { background-color: rgb(69,141,161); }
div.DivClassName
{
background-color: #458DA1;
}
.BgClassName
{
background-color: #458DA1;
}
</style>
border-color css
<style>
span { border-color: #458DA1; }
span { border-color: rgb(69,141,161); }
td.TdClassName
{
border-color: #458DA1;
}
.TagClassName
{
border-color: #458DA1;
}
</style>