Shades of Hippie Blue #4C809F
Tints of Hippie Blue #4C809F
RGB
CMYK
RGB Variations
Color information
#4C809F (or 0x4C809F) is known color: Hippie Blue. HEX triplet: 4C, 80 and 9F. RGB value is (76,128,159). Sum of RGB (Red+Green+Blue) = 76+128+159=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C809F is #B37F60. Grayscale: #737373. Windows color (decimal): -11763553 or 10453068. OLE color: 10453068.
HSL color Cylindrical-coordinate representation of color #4C809F: hue angle of 202.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C809F is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 128 | 159 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.38 |
| HSL | 202.41º | 0.35% | 0.46% | - |
| HSV(B) | 202.41º | 0.52% | 0.62% | - |
| XYZ | 16.96 | 19.48 | 35.67 | - |
| YUV | 115.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 159 | 0.52 | 0.19 | 0 | 0.38 | 202.41 | 0.35 | 0.46 |
| Hex | 4C | 80 | 9F | 34 | 13 | 0 | 26 | CA | 23 | 2E |
| Octal | 114 | 200 | 237 | 64 | 23 | 0 | 46 | 312 | 43 | 56 |
| Binary | 1001100 | 10000000 | 10011111 | 110100 | 10011 | 0 | 100110 | 11001010 | 100011 | 101110 |
Color Harmonies of #4C809F
Complementary color
Monochromatic Colors of #4C809F
Black with #4C809F
Text Example
Text Example
White with #4C809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C809F; }
p { color: rgb(76,128,159); }
H1.HeaderClassName
{
color: #4C809F;
}
.AnyTagClassName
{
color: #4C809F;
}
</style>
background-color css
<style>
a { background-color: #4C809F; }
a { background-color: rgb(76,128,159); }
div.DivClassName
{
background-color: #4C809F;
}
.BgClassName
{
background-color: #4C809F;
}
</style>
border-color css
<style>
span { border-color: #4C809F; }
span { border-color: rgb(76,128,159); }
td.TdClassName
{
border-color: #4C809F;
}
.TagClassName
{
border-color: #4C809F;
}
</style>