Shades of Hippie Blue #4C809B
Tints of Hippie Blue #4C809B
RGB
CMYK
RGB Variations
Color information
#4C809B (or 0x4C809B) is known color: Hippie Blue. HEX triplet: 4C, 80 and 9B. RGB value is (76,128,155). Sum of RGB (Red+Green+Blue) = 76+128+155=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C809B is #B37F64. Grayscale: #737373. Windows color (decimal): -11763557 or 10190924. OLE color: 10190924.
HSL color Cylindrical-coordinate representation of color #4C809B: hue angle of 200.51º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C809B is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 128 | 155 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.39 |
| HSL | 200.51º | 0.34% | 0.45% | - |
| HSV(B) | 200.51º | 0.51% | 0.61% | - |
| XYZ | 16.62 | 19.34 | 33.87 | - |
| YUV | 115.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 155 | 0.51 | 0.17 | 0 | 0.39 | 200.51 | 0.34 | 0.45 |
| Hex | 4C | 80 | 9B | 33 | 11 | 0 | 27 | C9 | 22 | 2D |
| Octal | 114 | 200 | 233 | 63 | 21 | 0 | 47 | 311 | 42 | 55 |
| Binary | 1001100 | 10000000 | 10011011 | 110011 | 10001 | 0 | 100111 | 11001001 | 100010 | 101101 |
Color Harmonies of #4C809B
Complementary color
Monochromatic Colors of #4C809B
Black with #4C809B
Text Example
Text Example
White with #4C809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C809B; }
p { color: rgb(76,128,155); }
H1.HeaderClassName
{
color: #4C809B;
}
.AnyTagClassName
{
color: #4C809B;
}
</style>
background-color css
<style>
a { background-color: #4C809B; }
a { background-color: rgb(76,128,155); }
div.DivClassName
{
background-color: #4C809B;
}
.BgClassName
{
background-color: #4C809B;
}
</style>
border-color css
<style>
span { border-color: #4C809B; }
span { border-color: rgb(76,128,155); }
td.TdClassName
{
border-color: #4C809B;
}
.TagClassName
{
border-color: #4C809B;
}
</style>