Shades of Hippie Blue #4B8DA2
Tints of Hippie Blue #4B8DA2
RGB
CMYK
RGB Variations
Color information
#4B8DA2 (or 0x4B8DA2) is known color: Hippie Blue. HEX triplet: 4B, 8D and A2. RGB value is (75,141,162). Sum of RGB (Red+Green+Blue) = 75+141+162=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B8DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8DA2 is #B4725D. Grayscale: #7B7B7B. Windows color (decimal): -11825758 or 10653003. OLE color: 10653003.
HSL color Cylindrical-coordinate representation of color #4B8DA2: hue angle of 194.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B8DA2 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 141 | 162 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.36 |
| HSL | 194.48º | 0.37% | 0.46% | - |
| HSV(B) | 194.48º | 0.54% | 0.64% | - |
| XYZ | 18.95 | 23.15 | 37.65 | - |
| YUV | 123.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 141 | 162 | 0.54 | 0.13 | 0 | 0.36 | 194.48 | 0.37 | 0.46 |
| Hex | 4B | 8D | A2 | 36 | D | 0 | 24 | C2 | 25 | 2E |
| Octal | 113 | 215 | 242 | 66 | 15 | 0 | 44 | 302 | 45 | 56 |
| Binary | 1001011 | 10001101 | 10100010 | 110110 | 1101 | 0 | 100100 | 11000010 | 100101 | 101110 |
Color Harmonies of #4B8DA2
Complementary color
Monochromatic Colors of #4B8DA2
Black with #4B8DA2
Text Example
Text Example
White with #4B8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8DA2; }
p { color: rgb(75,141,162); }
H1.HeaderClassName
{
color: #4B8DA2;
}
.AnyTagClassName
{
color: #4B8DA2;
}
</style>
background-color css
<style>
a { background-color: #4B8DA2; }
a { background-color: rgb(75,141,162); }
div.DivClassName
{
background-color: #4B8DA2;
}
.BgClassName
{
background-color: #4B8DA2;
}
</style>
border-color css
<style>
span { border-color: #4B8DA2; }
span { border-color: rgb(75,141,162); }
td.TdClassName
{
border-color: #4B8DA2;
}
.TagClassName
{
border-color: #4B8DA2;
}
</style>