Shades of Hippie Blue #458393
Tints of Hippie Blue #458393
RGB
CMYK
RGB Variations
Color information
#458393 (or 0x458393) is known color: Hippie Blue. HEX triplet: 45, 83 and 93. RGB value is (69,131,147). Sum of RGB (Red+Green+Blue) = 69+131+147=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #458393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458393 is #BA7C6C. Grayscale: #727272. Windows color (decimal): -12221549 or 9667397. OLE color: 9667397.
HSL color Cylindrical-coordinate representation of color #458393: hue angle of 192.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458393 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 131 | 147 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.42 |
| HSL | 192.31º | 0.36% | 0.42% | - |
| HSV(B) | 192.31º | 0.53% | 0.58% | - |
| XYZ | 15.84 | 19.6 | 30.55 | - |
| YUV | 114.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 147 | 0.53 | 0.11 | 0 | 0.42 | 192.31 | 0.36 | 0.42 |
| Hex | 45 | 83 | 93 | 35 | B | 0 | 2A | C0 | 24 | 2A |
| Octal | 105 | 203 | 223 | 65 | 13 | 0 | 52 | 300 | 44 | 52 |
| Binary | 1000101 | 10000011 | 10010011 | 110101 | 1011 | 0 | 101010 | 11000000 | 100100 | 101010 |
Color Harmonies of #458393
Complementary color
Monochromatic Colors of #458393
Black with #458393
Text Example
Text Example
White with #458393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458393; }
p { color: rgb(69,131,147); }
H1.HeaderClassName
{
color: #458393;
}
.AnyTagClassName
{
color: #458393;
}
</style>
background-color css
<style>
a { background-color: #458393; }
a { background-color: rgb(69,131,147); }
div.DivClassName
{
background-color: #458393;
}
.BgClassName
{
background-color: #458393;
}
</style>
border-color css
<style>
span { border-color: #458393; }
span { border-color: rgb(69,131,147); }
td.TdClassName
{
border-color: #458393;
}
.TagClassName
{
border-color: #458393;
}
</style>