Shades of Hippie Blue #4C8CA4
Tints of Hippie Blue #4C8CA4
RGB
CMYK
RGB Variations
Color information
#4C8CA4 (or 0x4C8CA4) is known color: Hippie Blue. HEX triplet: 4C, 8C and A4. RGB value is (76,140,164). Sum of RGB (Red+Green+Blue) = 76+140+164=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C8CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8CA4 is #B3735B. Grayscale: #7B7B7B. Windows color (decimal): -11760476 or 10783820. OLE color: 10783820.
HSL color Cylindrical-coordinate representation of color #4C8CA4: hue angle of 196.36º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C8CA4 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 140 | 164 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.36 |
| HSL | 196.36º | 0.37% | 0.47% | - |
| HSV(B) | 196.36º | 0.54% | 0.64% | - |
| XYZ | 19.06 | 22.97 | 38.55 | - |
| YUV | 123.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 164 | 0.54 | 0.15 | 0 | 0.36 | 196.36 | 0.37 | 0.47 |
| Hex | 4C | 8C | A4 | 36 | F | 0 | 24 | C4 | 25 | 2F |
| Octal | 114 | 214 | 244 | 66 | 17 | 0 | 44 | 304 | 45 | 57 |
| Binary | 1001100 | 10001100 | 10100100 | 110110 | 1111 | 0 | 100100 | 11000100 | 100101 | 101111 |
Color Harmonies of #4C8CA4
Complementary color
Monochromatic Colors of #4C8CA4
Black with #4C8CA4
Text Example
Text Example
White with #4C8CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8CA4; }
p { color: rgb(76,140,164); }
H1.HeaderClassName
{
color: #4C8CA4;
}
.AnyTagClassName
{
color: #4C8CA4;
}
</style>
background-color css
<style>
a { background-color: #4C8CA4; }
a { background-color: rgb(76,140,164); }
div.DivClassName
{
background-color: #4C8CA4;
}
.BgClassName
{
background-color: #4C8CA4;
}
</style>
border-color css
<style>
span { border-color: #4C8CA4; }
span { border-color: rgb(76,140,164); }
td.TdClassName
{
border-color: #4C8CA4;
}
.TagClassName
{
border-color: #4C8CA4;
}
</style>