Shades of Hippie Blue #458294
Tints of Hippie Blue #458294
RGB
CMYK
RGB Variations
Color information
#458294 (or 0x458294) is known color: Hippie Blue. HEX triplet: 45, 82 and 94. RGB value is (69,130,148). Sum of RGB (Red+Green+Blue) = 69+130+148=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #458294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458294 is #BA7D6B. Grayscale: #717171. Windows color (decimal): -12221804 or 9732677. OLE color: 9732677.
HSL color Cylindrical-coordinate representation of color #458294: hue angle of 193.67º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458294 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 130 | 148 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.42 |
| HSL | 193.67º | 0.36% | 0.43% | - |
| HSV(B) | 193.67º | 0.53% | 0.58% | - |
| XYZ | 15.78 | 19.37 | 30.92 | - |
| YUV | 113.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 148 | 0.53 | 0.12 | 0 | 0.42 | 193.67 | 0.36 | 0.43 |
| Hex | 45 | 82 | 94 | 35 | C | 0 | 2A | C2 | 24 | 2B |
| Octal | 105 | 202 | 224 | 65 | 14 | 0 | 52 | 302 | 44 | 53 |
| Binary | 1000101 | 10000010 | 10010100 | 110101 | 1100 | 0 | 101010 | 11000010 | 100100 | 101011 |
Color Harmonies of #458294
Complementary color
Monochromatic Colors of #458294
Black with #458294
Text Example
Text Example
White with #458294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458294; }
p { color: rgb(69,130,148); }
H1.HeaderClassName
{
color: #458294;
}
.AnyTagClassName
{
color: #458294;
}
</style>
background-color css
<style>
a { background-color: #458294; }
a { background-color: rgb(69,130,148); }
div.DivClassName
{
background-color: #458294;
}
.BgClassName
{
background-color: #458294;
}
</style>
border-color css
<style>
span { border-color: #458294; }
span { border-color: rgb(69,130,148); }
td.TdClassName
{
border-color: #458294;
}
.TagClassName
{
border-color: #458294;
}
</style>