Shades of Hippie Blue #458994
Tints of Hippie Blue #458994
RGB
CMYK
RGB Variations
Color information
#458994 (or 0x458994) is known color: Hippie Blue. HEX triplet: 45, 89 and 94. RGB value is (69,137,148). Sum of RGB (Red+Green+Blue) = 69+137+148=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #458994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458994 is #BA766B. Grayscale: #757575. Windows color (decimal): -12220012 or 9734469. OLE color: 9734469.
HSL color Cylindrical-coordinate representation of color #458994: hue angle of 188.35º 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 #458994 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 137 | 148 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.42 |
| HSL | 188.35º | 0.36% | 0.43% | - |
| HSV(B) | 188.35º | 0.53% | 0.58% | - |
| XYZ | 16.75 | 21.29 | 31.24 | - |
| YUV | 117.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 148 | 0.53 | 0.07 | 0 | 0.42 | 188.35 | 0.36 | 0.43 |
| Hex | 45 | 89 | 94 | 35 | 7 | 0 | 2A | BC | 24 | 2B |
| Octal | 105 | 211 | 224 | 65 | 7 | 0 | 52 | 274 | 44 | 53 |
| Binary | 1000101 | 10001001 | 10010100 | 110101 | 111 | 0 | 101010 | 10111100 | 100100 | 101011 |
Color Harmonies of #458994
Complementary color
Monochromatic Colors of #458994
Black with #458994
Text Example
Text Example
White with #458994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458994; }
p { color: rgb(69,137,148); }
H1.HeaderClassName
{
color: #458994;
}
.AnyTagClassName
{
color: #458994;
}
</style>
background-color css
<style>
a { background-color: #458994; }
a { background-color: rgb(69,137,148); }
div.DivClassName
{
background-color: #458994;
}
.BgClassName
{
background-color: #458994;
}
</style>
border-color css
<style>
span { border-color: #458994; }
span { border-color: rgb(69,137,148); }
td.TdClassName
{
border-color: #458994;
}
.TagClassName
{
border-color: #458994;
}
</style>