Shades of Hippie Blue #4B879C
Tints of Hippie Blue #4B879C
RGB
CMYK
RGB Variations
Color information
#4B879C (or 0x4B879C) is known color: Hippie Blue. HEX triplet: 4B, 87 and 9C. RGB value is (75,135,156). Sum of RGB (Red+Green+Blue) = 75+135+156=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B879C is #B47863. Grayscale: #777777. Windows color (decimal): -11827300 or 10258251. OLE color: 10258251.
HSL color Cylindrical-coordinate representation of color #4B879C: hue angle of 195.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B879C is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 135 | 156 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.39 |
| HSL | 195.56º | 0.35% | 0.45% | - |
| HSV(B) | 195.56º | 0.52% | 0.61% | - |
| XYZ | 17.57 | 21.22 | 34.62 | - |
| YUV | 119.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 156 | 0.52 | 0.13 | 0 | 0.39 | 195.56 | 0.35 | 0.45 |
| Hex | 4B | 87 | 9C | 34 | D | 0 | 27 | C4 | 23 | 2D |
| Octal | 113 | 207 | 234 | 64 | 15 | 0 | 47 | 304 | 43 | 55 |
| Binary | 1001011 | 10000111 | 10011100 | 110100 | 1101 | 0 | 100111 | 11000100 | 100011 | 101101 |
Color Harmonies of #4B879C
Complementary color
Monochromatic Colors of #4B879C
Black with #4B879C
Text Example
Text Example
White with #4B879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B879C; }
p { color: rgb(75,135,156); }
H1.HeaderClassName
{
color: #4B879C;
}
.AnyTagClassName
{
color: #4B879C;
}
</style>
background-color css
<style>
a { background-color: #4B879C; }
a { background-color: rgb(75,135,156); }
div.DivClassName
{
background-color: #4B879C;
}
.BgClassName
{
background-color: #4B879C;
}
</style>
border-color css
<style>
span { border-color: #4B879C; }
span { border-color: rgb(75,135,156); }
td.TdClassName
{
border-color: #4B879C;
}
.TagClassName
{
border-color: #4B879C;
}
</style>