Shades of Hippie Blue #4B8499
Tints of Hippie Blue #4B8499
RGB
CMYK
RGB Variations
Color information
#4B8499 (or 0x4B8499) is known color: Hippie Blue. HEX triplet: 4B, 84 and 99. RGB value is (75,132,153). Sum of RGB (Red+Green+Blue) = 75+132+153=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B8499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8499 is #B47B66. Grayscale: #757575. Windows color (decimal): -11828071 or 10060875. OLE color: 10060875.
HSL color Cylindrical-coordinate representation of color #4B8499: hue angle of 196.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B8499 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 132 | 153 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.4 |
| HSL | 196.15º | 0.34% | 0.45% | - |
| HSV(B) | 196.15º | 0.51% | 0.6% | - |
| XYZ | 16.9 | 20.3 | 33.16 | - |
| YUV | 117.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 153 | 0.51 | 0.14 | 0 | 0.4 | 196.15 | 0.34 | 0.45 |
| Hex | 4B | 84 | 99 | 33 | E | 0 | 28 | C4 | 22 | 2D |
| Octal | 113 | 204 | 231 | 63 | 16 | 0 | 50 | 304 | 42 | 55 |
| Binary | 1001011 | 10000100 | 10011001 | 110011 | 1110 | 0 | 101000 | 11000100 | 100010 | 101101 |
Color Harmonies of #4B8499
Complementary color
Monochromatic Colors of #4B8499
Black with #4B8499
Text Example
Text Example
White with #4B8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8499; }
p { color: rgb(75,132,153); }
H1.HeaderClassName
{
color: #4B8499;
}
.AnyTagClassName
{
color: #4B8499;
}
</style>
background-color css
<style>
a { background-color: #4B8499; }
a { background-color: rgb(75,132,153); }
div.DivClassName
{
background-color: #4B8499;
}
.BgClassName
{
background-color: #4B8499;
}
</style>
border-color css
<style>
span { border-color: #4B8499; }
span { border-color: rgb(75,132,153); }
td.TdClassName
{
border-color: #4B8499;
}
.TagClassName
{
border-color: #4B8499;
}
</style>