Shades of Hippie Blue #458A94
Tints of Hippie Blue #458A94
RGB
CMYK
RGB Variations
Color information
#458A94 (or 0x458A94) is known color: Hippie Blue. HEX triplet: 45, 8A and 94. RGB value is (69,138,148). Sum of RGB (Red+Green+Blue) = 69+138+148=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #458A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458A94 is #BA756B. Grayscale: #767676. Windows color (decimal): -12219756 or 9734725. OLE color: 9734725.
HSL color Cylindrical-coordinate representation of color #458A94: hue angle of 187.59º 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 #458A94 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 138 | 148 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.42 |
| HSL | 187.59º | 0.36% | 0.43% | - |
| HSV(B) | 187.59º | 0.53% | 0.58% | - |
| XYZ | 16.89 | 21.58 | 31.29 | - |
| YUV | 118.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 148 | 0.53 | 0.07 | 0 | 0.42 | 187.59 | 0.36 | 0.43 |
| Hex | 45 | 8A | 94 | 35 | 7 | 0 | 2A | BC | 24 | 2B |
| Octal | 105 | 212 | 224 | 65 | 7 | 0 | 52 | 274 | 44 | 53 |
| Binary | 1000101 | 10001010 | 10010100 | 110101 | 111 | 0 | 101010 | 10111100 | 100100 | 101011 |
Color Harmonies of #458A94
Complementary color
Monochromatic Colors of #458A94
Black with #458A94
Text Example
Text Example
White with #458A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A94; }
p { color: rgb(69,138,148); }
H1.HeaderClassName
{
color: #458A94;
}
.AnyTagClassName
{
color: #458A94;
}
</style>
background-color css
<style>
a { background-color: #458A94; }
a { background-color: rgb(69,138,148); }
div.DivClassName
{
background-color: #458A94;
}
.BgClassName
{
background-color: #458A94;
}
</style>
border-color css
<style>
span { border-color: #458A94; }
span { border-color: rgb(69,138,148); }
td.TdClassName
{
border-color: #458A94;
}
.TagClassName
{
border-color: #458A94;
}
</style>