Shades of Hippie Blue #458799
Tints of Hippie Blue #458799
RGB
CMYK
RGB Variations
Color information
#458799 (or 0x458799) is known color: Hippie Blue. HEX triplet: 45, 87 and 99. RGB value is (69,135,153). Sum of RGB (Red+Green+Blue) = 69+135+153=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #458799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458799 is #BA7866. Grayscale: #757575. Windows color (decimal): -12220519 or 10061637. OLE color: 10061637.
HSL color Cylindrical-coordinate representation of color #458799: hue angle of 192.86º 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 #458799 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 135 | 153 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.4 |
| HSL | 192.86º | 0.38% | 0.44% | - |
| HSV(B) | 192.86º | 0.55% | 0.6% | - |
| XYZ | 16.87 | 20.89 | 33.28 | - |
| YUV | 117.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 153 | 0.55 | 0.12 | 0 | 0.4 | 192.86 | 0.38 | 0.44 |
| Hex | 45 | 87 | 99 | 37 | C | 0 | 28 | C1 | 26 | 2C |
| Octal | 105 | 207 | 231 | 67 | 14 | 0 | 50 | 301 | 46 | 54 |
| Binary | 1000101 | 10000111 | 10011001 | 110111 | 1100 | 0 | 101000 | 11000001 | 100110 | 101100 |
Color Harmonies of #458799
Complementary color
Monochromatic Colors of #458799
Black with #458799
Text Example
Text Example
White with #458799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458799; }
p { color: rgb(69,135,153); }
H1.HeaderClassName
{
color: #458799;
}
.AnyTagClassName
{
color: #458799;
}
</style>
background-color css
<style>
a { background-color: #458799; }
a { background-color: rgb(69,135,153); }
div.DivClassName
{
background-color: #458799;
}
.BgClassName
{
background-color: #458799;
}
</style>
border-color css
<style>
span { border-color: #458799; }
span { border-color: rgb(69,135,153); }
td.TdClassName
{
border-color: #458799;
}
.TagClassName
{
border-color: #458799;
}
</style>