Shades of Hippie Blue #458CA0
Tints of Hippie Blue #458CA0
RGB
CMYK
RGB Variations
Color information
#458CA0 (or 0x458CA0) is known color: Hippie Blue. HEX triplet: 45, 8C and A0. RGB value is (69,140,160). Sum of RGB (Red+Green+Blue) = 69+140+160=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #458CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458CA0 is #BA735F. Grayscale: #787878. Windows color (decimal): -12219232 or 10521669. OLE color: 10521669.
HSL color Cylindrical-coordinate representation of color #458CA0: hue angle of 193.19º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #458CA0 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 140 | 160 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.37 |
| HSL | 193.19º | 0.4% | 0.45% | - |
| HSV(B) | 193.19º | 0.57% | 0.63% | - |
| XYZ | 18.18 | 22.56 | 36.65 | - |
| YUV | 121.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 160 | 0.57 | 0.12 | 0 | 0.37 | 193.19 | 0.4 | 0.45 |
| Hex | 45 | 8C | A0 | 39 | C | 0 | 25 | C1 | 28 | 2D |
| Octal | 105 | 214 | 240 | 71 | 14 | 0 | 45 | 301 | 50 | 55 |
| Binary | 1000101 | 10001100 | 10100000 | 111001 | 1100 | 0 | 100101 | 11000001 | 101000 | 101101 |
Color Harmonies of #458CA0
Complementary color
Monochromatic Colors of #458CA0
Black with #458CA0
Text Example
Text Example
White with #458CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CA0; }
p { color: rgb(69,140,160); }
H1.HeaderClassName
{
color: #458CA0;
}
.AnyTagClassName
{
color: #458CA0;
}
</style>
background-color css
<style>
a { background-color: #458CA0; }
a { background-color: rgb(69,140,160); }
div.DivClassName
{
background-color: #458CA0;
}
.BgClassName
{
background-color: #458CA0;
}
</style>
border-color css
<style>
span { border-color: #458CA0; }
span { border-color: rgb(69,140,160); }
td.TdClassName
{
border-color: #458CA0;
}
.TagClassName
{
border-color: #458CA0;
}
</style>