Shades of Hippie Blue #4B7F9C
Tints of Hippie Blue #4B7F9C
RGB
CMYK
RGB Variations
Color information
#4B7F9C (or 0x4B7F9C) is known color: Hippie Blue. HEX triplet: 4B, 7F and 9C. RGB value is (75,127,156). Sum of RGB (Red+Green+Blue) = 75+127+156=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B7F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7F9C is #B48063. Grayscale: #727272. Windows color (decimal): -11829348 or 10256203. OLE color: 10256203.
HSL color Cylindrical-coordinate representation of color #4B7F9C: hue angle of 201.48º 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 #4B7F9C is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 127 | 156 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.39 |
| HSL | 201.48º | 0.35% | 0.45% | - |
| HSV(B) | 201.48º | 0.52% | 0.61% | - |
| XYZ | 16.49 | 19.07 | 34.27 | - |
| YUV | 114.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 156 | 0.52 | 0.19 | 0 | 0.39 | 201.48 | 0.35 | 0.45 |
| Hex | 4B | 7F | 9C | 34 | 13 | 0 | 27 | C9 | 23 | 2D |
| Octal | 113 | 177 | 234 | 64 | 23 | 0 | 47 | 311 | 43 | 55 |
| Binary | 1001011 | 1111111 | 10011100 | 110100 | 10011 | 0 | 100111 | 11001001 | 100011 | 101101 |
Color Harmonies of #4B7F9C
Complementary color
Monochromatic Colors of #4B7F9C
Black with #4B7F9C
Text Example
Text Example
White with #4B7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F9C; }
p { color: rgb(75,127,156); }
H1.HeaderClassName
{
color: #4B7F9C;
}
.AnyTagClassName
{
color: #4B7F9C;
}
</style>
background-color css
<style>
a { background-color: #4B7F9C; }
a { background-color: rgb(75,127,156); }
div.DivClassName
{
background-color: #4B7F9C;
}
.BgClassName
{
background-color: #4B7F9C;
}
</style>
border-color css
<style>
span { border-color: #4B7F9C; }
span { border-color: rgb(75,127,156); }
td.TdClassName
{
border-color: #4B7F9C;
}
.TagClassName
{
border-color: #4B7F9C;
}
</style>