Shades of Hippie Blue #4B919A
Tints of Hippie Blue #4B919A
RGB
CMYK
RGB Variations
Color information
#4B919A (or 0x4B919A) is known color: Hippie Blue. HEX triplet: 4B, 91 and 9A. RGB value is (75,145,154). Sum of RGB (Red+Green+Blue) = 75+145+154=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B919A is #B46E65. Grayscale: #7C7C7C. Windows color (decimal): -11824742 or 10129739. OLE color: 10129739.
HSL color Cylindrical-coordinate representation of color #4B919A: hue angle of 186.84º 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 #4B919A is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 145 | 154 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.40 |
| HSL | 186.84º | 0.34% | 0.45% | - |
| HSV(B) | 186.84º | 0.51% | 0.6% | - |
| XYZ | 18.86 | 24.08 | 34.23 | - |
| YUV | 125.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 154 | 0.51 | 0.06 | 0 | 0.40 | 186.84 | 0.34 | 0.45 |
| Hex | 4B | 91 | 9A | 33 | 6 | 0 | 28 | BB | 22 | 2D |
| Octal | 113 | 221 | 232 | 63 | 6 | 0 | 50 | 273 | 42 | 55 |
| Binary | 1001011 | 10010001 | 10011010 | 110011 | 110 | 0 | 101000 | 10111011 | 100010 | 101101 |
Color Harmonies of #4B919A
Complementary color
Monochromatic Colors of #4B919A
Black with #4B919A
Text Example
Text Example
White with #4B919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B919A; }
p { color: rgb(75,145,154); }
H1.HeaderClassName
{
color: #4B919A;
}
.AnyTagClassName
{
color: #4B919A;
}
</style>
background-color css
<style>
a { background-color: #4B919A; }
a { background-color: rgb(75,145,154); }
div.DivClassName
{
background-color: #4B919A;
}
.BgClassName
{
background-color: #4B919A;
}
</style>
border-color css
<style>
span { border-color: #4B919A; }
span { border-color: rgb(75,145,154); }
td.TdClassName
{
border-color: #4B919A;
}
.TagClassName
{
border-color: #4B919A;
}
</style>