Shades of Hippie Blue #458997
Tints of Hippie Blue #458997
RGB
CMYK
RGB Variations
Color information
#458997 (or 0x458997) is known color: Hippie Blue. HEX triplet: 45, 89 and 97. RGB value is (69,137,151). Sum of RGB (Red+Green+Blue) = 69+137+151=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #458997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458997 is #BA7668. Grayscale: #767676. Windows color (decimal): -12220009 or 9931077. OLE color: 9931077.
HSL color Cylindrical-coordinate representation of color #458997: hue angle of 190.24º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #458997 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 137 | 151 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.41 |
| HSL | 190.24º | 0.37% | 0.43% | - |
| HSV(B) | 190.24º | 0.54% | 0.59% | - |
| XYZ | 16.99 | 21.39 | 32.51 | - |
| YUV | 118.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 151 | 0.54 | 0.09 | 0 | 0.41 | 190.24 | 0.37 | 0.43 |
| Hex | 45 | 89 | 97 | 36 | 9 | 0 | 29 | BE | 25 | 2B |
| Octal | 105 | 211 | 227 | 66 | 11 | 0 | 51 | 276 | 45 | 53 |
| Binary | 1000101 | 10001001 | 10010111 | 110110 | 1001 | 0 | 101001 | 10111110 | 100101 | 101011 |
Color Harmonies of #458997
Complementary color
Monochromatic Colors of #458997
Black with #458997
Text Example
Text Example
White with #458997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458997; }
p { color: rgb(69,137,151); }
H1.HeaderClassName
{
color: #458997;
}
.AnyTagClassName
{
color: #458997;
}
</style>
background-color css
<style>
a { background-color: #458997; }
a { background-color: rgb(69,137,151); }
div.DivClassName
{
background-color: #458997;
}
.BgClassName
{
background-color: #458997;
}
</style>
border-color css
<style>
span { border-color: #458997; }
span { border-color: rgb(69,137,151); }
td.TdClassName
{
border-color: #458997;
}
.TagClassName
{
border-color: #458997;
}
</style>