Shades of Hippie Blue #4589A2
Tints of Hippie Blue #4589A2
RGB
CMYK
RGB Variations
Color information
#4589A2 (or 0x4589A2) is known color: Hippie Blue. HEX triplet: 45, 89 and A2. RGB value is (69,137,162). Sum of RGB (Red+Green+Blue) = 69+137+162=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 162 - color contains mainly: blue. Hex color #4589A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4589A2 is #BA765D. Grayscale: #777777. Windows color (decimal): -12219998 or 10651973. OLE color: 10651973.
HSL color Cylindrical-coordinate representation of color #4589A2: hue angle of 196.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4589A2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 137 | 162 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.36 |
| HSL | 196.13º | 0.4% | 0.45% | - |
| HSV(B) | 196.13º | 0.57% | 0.64% | - |
| XYZ | 17.92 | 21.77 | 37.44 | - |
| YUV | 119.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 162 | 0.57 | 0.15 | 0 | 0.36 | 196.13 | 0.4 | 0.45 |
| Hex | 45 | 89 | A2 | 39 | F | 0 | 24 | C4 | 28 | 2D |
| Octal | 105 | 211 | 242 | 71 | 17 | 0 | 44 | 304 | 50 | 55 |
| Binary | 1000101 | 10001001 | 10100010 | 111001 | 1111 | 0 | 100100 | 11000100 | 101000 | 101101 |
Color Harmonies of #4589A2
Complementary color
Monochromatic Colors of #4589A2
Black with #4589A2
Text Example
Text Example
White with #4589A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4589A2; }
p { color: rgb(69,137,162); }
H1.HeaderClassName
{
color: #4589A2;
}
.AnyTagClassName
{
color: #4589A2;
}
</style>
background-color css
<style>
a { background-color: #4589A2; }
a { background-color: rgb(69,137,162); }
div.DivClassName
{
background-color: #4589A2;
}
.BgClassName
{
background-color: #4589A2;
}
</style>
border-color css
<style>
span { border-color: #4589A2; }
span { border-color: rgb(69,137,162); }
td.TdClassName
{
border-color: #4589A2;
}
.TagClassName
{
border-color: #4589A2;
}
</style>