Shades of Hippie Blue #458391
Tints of Hippie Blue #458391
RGB
CMYK
RGB Variations
Color information
#458391 (or 0x458391) is known color: Hippie Blue. HEX triplet: 45, 83 and 91. RGB value is (69,131,145). Sum of RGB (Red+Green+Blue) = 69+131+145=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #458391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458391 is #BA7C6E. Grayscale: #717171. Windows color (decimal): -12221551 or 9536325. OLE color: 9536325.
HSL color Cylindrical-coordinate representation of color #458391: hue angle of 191.05º 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 #458391 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 131 | 145 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.43 |
| HSL | 191.05º | 0.36% | 0.42% | - |
| HSV(B) | 191.05º | 0.52% | 0.57% | - |
| XYZ | 15.68 | 19.54 | 29.73 | - |
| YUV | 114.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 145 | 0.52 | 0.10 | 0 | 0.43 | 191.05 | 0.36 | 0.42 |
| Hex | 45 | 83 | 91 | 34 | A | 0 | 2B | BF | 24 | 2A |
| Octal | 105 | 203 | 221 | 64 | 12 | 0 | 53 | 277 | 44 | 52 |
| Binary | 1000101 | 10000011 | 10010001 | 110100 | 1010 | 0 | 101011 | 10111111 | 100100 | 101010 |
Color Harmonies of #458391
Complementary color
Monochromatic Colors of #458391
Black with #458391
Text Example
Text Example
White with #458391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458391; }
p { color: rgb(69,131,145); }
H1.HeaderClassName
{
color: #458391;
}
.AnyTagClassName
{
color: #458391;
}
</style>
background-color css
<style>
a { background-color: #458391; }
a { background-color: rgb(69,131,145); }
div.DivClassName
{
background-color: #458391;
}
.BgClassName
{
background-color: #458391;
}
</style>
border-color css
<style>
span { border-color: #458391; }
span { border-color: rgb(69,131,145); }
td.TdClassName
{
border-color: #458391;
}
.TagClassName
{
border-color: #458391;
}
</style>