Shades of Hippie Blue #458494
Tints of Hippie Blue #458494
RGB
CMYK
RGB Variations
Color information
#458494 (or 0x458494) is known color: Hippie Blue. HEX triplet: 45, 84 and 94. RGB value is (69,132,148). Sum of RGB (Red+Green+Blue) = 69+132+148=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #458494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458494 is #BA7B6B. Grayscale: #727272. Windows color (decimal): -12221292 or 9733189. OLE color: 9733189.
HSL color Cylindrical-coordinate representation of color #458494: hue angle of 192.15º 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 #458494 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 132 | 148 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.42 |
| HSL | 192.15º | 0.36% | 0.43% | - |
| HSV(B) | 192.15º | 0.53% | 0.58% | - |
| XYZ | 16.05 | 19.91 | 31.01 | - |
| YUV | 114.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 148 | 0.53 | 0.11 | 0 | 0.42 | 192.15 | 0.36 | 0.43 |
| Hex | 45 | 84 | 94 | 35 | B | 0 | 2A | C0 | 24 | 2B |
| Octal | 105 | 204 | 224 | 65 | 13 | 0 | 52 | 300 | 44 | 53 |
| Binary | 1000101 | 10000100 | 10010100 | 110101 | 1011 | 0 | 101010 | 11000000 | 100100 | 101011 |
Color Harmonies of #458494
Complementary color
Monochromatic Colors of #458494
Black with #458494
Text Example
Text Example
White with #458494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458494; }
p { color: rgb(69,132,148); }
H1.HeaderClassName
{
color: #458494;
}
.AnyTagClassName
{
color: #458494;
}
</style>
background-color css
<style>
a { background-color: #458494; }
a { background-color: rgb(69,132,148); }
div.DivClassName
{
background-color: #458494;
}
.BgClassName
{
background-color: #458494;
}
</style>
border-color css
<style>
span { border-color: #458494; }
span { border-color: rgb(69,132,148); }
td.TdClassName
{
border-color: #458494;
}
.TagClassName
{
border-color: #458494;
}
</style>