Shades of Hippie Blue #4A8195
Tints of Hippie Blue #4A8195
RGB
CMYK
RGB Variations
Color information
#4A8195 (or 0x4A8195) is known color: Hippie Blue. HEX triplet: 4A, 81 and 95. RGB value is (74,129,149). Sum of RGB (Red+Green+Blue) = 74+129+149=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A8195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8195 is #B57E6A. Grayscale: #727272. Windows color (decimal): -11894379 or 9797962. OLE color: 9797962.
HSL color Cylindrical-coordinate representation of color #4A8195: hue angle of 196º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8195 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 129 | 149 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.42 |
| HSL | 196º | 0.34% | 0.44% | - |
| HSV(B) | 196º | 0.5% | 0.58% | - |
| XYZ | 16.1 | 19.33 | 31.32 | - |
| YUV | 114.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 149 | 0.50 | 0.13 | 0 | 0.42 | 196 | 0.34 | 0.44 |
| Hex | 4A | 81 | 95 | 32 | D | 0 | 2A | C4 | 22 | 2C |
| Octal | 112 | 201 | 225 | 62 | 15 | 0 | 52 | 304 | 42 | 54 |
| Binary | 1001010 | 10000001 | 10010101 | 110010 | 1101 | 0 | 101010 | 11000100 | 100010 | 101100 |
Color Harmonies of #4A8195
Complementary color
Monochromatic Colors of #4A8195
Black with #4A8195
Text Example
Text Example
White with #4A8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8195; }
p { color: rgb(74,129,149); }
H1.HeaderClassName
{
color: #4A8195;
}
.AnyTagClassName
{
color: #4A8195;
}
</style>
background-color css
<style>
a { background-color: #4A8195; }
a { background-color: rgb(74,129,149); }
div.DivClassName
{
background-color: #4A8195;
}
.BgClassName
{
background-color: #4A8195;
}
</style>
border-color css
<style>
span { border-color: #4A8195; }
span { border-color: rgb(74,129,149); }
td.TdClassName
{
border-color: #4A8195;
}
.TagClassName
{
border-color: #4A8195;
}
</style>