Shades of Hippie Blue #458591
Tints of Hippie Blue #458591
RGB
CMYK
RGB Variations
Color information
#458591 (or 0x458591) is known color: Hippie Blue. HEX triplet: 45, 85 and 91. RGB value is (69,133,145). Sum of RGB (Red+Green+Blue) = 69+133+145=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #458591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458591 is #BA7A6E. Grayscale: #737373. Windows color (decimal): -12221039 or 9536837. OLE color: 9536837.
HSL color Cylindrical-coordinate representation of color #458591: hue angle of 189.47º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458591 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 133 | 145 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.43 |
| HSL | 189.47º | 0.36% | 0.42% | - |
| HSV(B) | 189.47º | 0.52% | 0.57% | - |
| XYZ | 15.95 | 20.08 | 29.82 | - |
| YUV | 115.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 145 | 0.52 | 0.08 | 0 | 0.43 | 189.47 | 0.36 | 0.42 |
| Hex | 45 | 85 | 91 | 34 | 8 | 0 | 2B | BD | 24 | 2A |
| Octal | 105 | 205 | 221 | 64 | 10 | 0 | 53 | 275 | 44 | 52 |
| Binary | 1000101 | 10000101 | 10010001 | 110100 | 1000 | 0 | 101011 | 10111101 | 100100 | 101010 |
Color Harmonies of #458591
Complementary color
Monochromatic Colors of #458591
Black with #458591
Text Example
Text Example
White with #458591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458591; }
p { color: rgb(69,133,145); }
H1.HeaderClassName
{
color: #458591;
}
.AnyTagClassName
{
color: #458591;
}
</style>
background-color css
<style>
a { background-color: #458591; }
a { background-color: rgb(69,133,145); }
div.DivClassName
{
background-color: #458591;
}
.BgClassName
{
background-color: #458591;
}
</style>
border-color css
<style>
span { border-color: #458591; }
span { border-color: rgb(69,133,145); }
td.TdClassName
{
border-color: #458591;
}
.TagClassName
{
border-color: #458591;
}
</style>