Shades of Hippie Blue #458199
Tints of Hippie Blue #458199
RGB
CMYK
RGB Variations
Color information
#458199 (or 0x458199) is known color: Hippie Blue. HEX triplet: 45, 81 and 99. RGB value is (69,129,153). Sum of RGB (Red+Green+Blue) = 69+129+153=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #458199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458199 is #BA7E66. Grayscale: #717171. Windows color (decimal): -12222055 or 10060101. OLE color: 10060101.
HSL color Cylindrical-coordinate representation of color #458199: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458199 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 129 | 153 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.4 |
| HSL | 197.14º | 0.38% | 0.44% | - |
| HSV(B) | 197.14º | 0.55% | 0.6% | - |
| XYZ | 16.05 | 19.27 | 33.01 | - |
| YUV | 113.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 153 | 0.55 | 0.16 | 0 | 0.4 | 197.14 | 0.38 | 0.44 |
| Hex | 45 | 81 | 99 | 37 | 10 | 0 | 28 | C5 | 26 | 2C |
| Octal | 105 | 201 | 231 | 67 | 20 | 0 | 50 | 305 | 46 | 54 |
| Binary | 1000101 | 10000001 | 10011001 | 110111 | 10000 | 0 | 101000 | 11000101 | 100110 | 101100 |
Color Harmonies of #458199
Complementary color
Monochromatic Colors of #458199
Black with #458199
Text Example
Text Example
White with #458199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458199; }
p { color: rgb(69,129,153); }
H1.HeaderClassName
{
color: #458199;
}
.AnyTagClassName
{
color: #458199;
}
</style>
background-color css
<style>
a { background-color: #458199; }
a { background-color: rgb(69,129,153); }
div.DivClassName
{
background-color: #458199;
}
.BgClassName
{
background-color: #458199;
}
</style>
border-color css
<style>
span { border-color: #458199; }
span { border-color: rgb(69,129,153); }
td.TdClassName
{
border-color: #458199;
}
.TagClassName
{
border-color: #458199;
}
</style>