Shades of Hippie Blue #458C99
Tints of Hippie Blue #458C99
RGB
CMYK
RGB Variations
Color information
#458C99 (or 0x458C99) is known color: Hippie Blue. HEX triplet: 45, 8C and 99. RGB value is (69,140,153). Sum of RGB (Red+Green+Blue) = 69+140+153=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #458C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458C99 is #BA7366. Grayscale: #787878. Windows color (decimal): -12219239 or 10062917. OLE color: 10062917.
HSL color Cylindrical-coordinate representation of color #458C99: hue angle of 189.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458C99 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 140 | 153 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.4 |
| HSL | 189.29º | 0.38% | 0.44% | - |
| HSV(B) | 189.29º | 0.55% | 0.6% | - |
| XYZ | 17.58 | 22.32 | 33.52 | - |
| YUV | 120.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 153 | 0.55 | 0.08 | 0 | 0.4 | 189.29 | 0.38 | 0.44 |
| Hex | 45 | 8C | 99 | 37 | 8 | 0 | 28 | BD | 26 | 2C |
| Octal | 105 | 214 | 231 | 67 | 10 | 0 | 50 | 275 | 46 | 54 |
| Binary | 1000101 | 10001100 | 10011001 | 110111 | 1000 | 0 | 101000 | 10111101 | 100110 | 101100 |
Color Harmonies of #458C99
Complementary color
Monochromatic Colors of #458C99
Black with #458C99
Text Example
Text Example
White with #458C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C99; }
p { color: rgb(69,140,153); }
H1.HeaderClassName
{
color: #458C99;
}
.AnyTagClassName
{
color: #458C99;
}
</style>
background-color css
<style>
a { background-color: #458C99; }
a { background-color: rgb(69,140,153); }
div.DivClassName
{
background-color: #458C99;
}
.BgClassName
{
background-color: #458C99;
}
</style>
border-color css
<style>
span { border-color: #458C99; }
span { border-color: rgb(69,140,153); }
td.TdClassName
{
border-color: #458C99;
}
.TagClassName
{
border-color: #458C99;
}
</style>