Shades of Hippie Blue #458F9F
Tints of Hippie Blue #458F9F
RGB
CMYK
RGB Variations
Color information
#458F9F (or 0x458F9F) is known color: Hippie Blue. HEX triplet: 45, 8F and 9F. RGB value is (69,143,159). Sum of RGB (Red+Green+Blue) = 69+143+159=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #458F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458F9F is #BA7060. Grayscale: #7A7A7A. Windows color (decimal): -12218465 or 10456901. OLE color: 10456901.
HSL color Cylindrical-coordinate representation of color #458F9F: hue angle of 190.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #458F9F is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 143 | 159 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.38 |
| HSL | 190.67º | 0.39% | 0.45% | - |
| HSV(B) | 190.67º | 0.57% | 0.62% | - |
| XYZ | 18.53 | 23.41 | 36.34 | - |
| YUV | 122.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 159 | 0.57 | 0.10 | 0 | 0.38 | 190.67 | 0.39 | 0.45 |
| Hex | 45 | 8F | 9F | 39 | A | 0 | 26 | BF | 27 | 2D |
| Octal | 105 | 217 | 237 | 71 | 12 | 0 | 46 | 277 | 47 | 55 |
| Binary | 1000101 | 10001111 | 10011111 | 111001 | 1010 | 0 | 100110 | 10111111 | 100111 | 101101 |
Color Harmonies of #458F9F
Complementary color
Monochromatic Colors of #458F9F
Black with #458F9F
Text Example
Text Example
White with #458F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F9F; }
p { color: rgb(69,143,159); }
H1.HeaderClassName
{
color: #458F9F;
}
.AnyTagClassName
{
color: #458F9F;
}
</style>
background-color css
<style>
a { background-color: #458F9F; }
a { background-color: rgb(69,143,159); }
div.DivClassName
{
background-color: #458F9F;
}
.BgClassName
{
background-color: #458F9F;
}
</style>
border-color css
<style>
span { border-color: #458F9F; }
span { border-color: rgb(69,143,159); }
td.TdClassName
{
border-color: #458F9F;
}
.TagClassName
{
border-color: #458F9F;
}
</style>