Shades of Hippie Blue #4A8898
Tints of Hippie Blue #4A8898
RGB
CMYK
RGB Variations
Color information
#4A8898 (or 0x4A8898) is known color: Hippie Blue. HEX triplet: 4A, 88 and 98. RGB value is (74,136,152). Sum of RGB (Red+Green+Blue) = 74+136+152=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A8898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8898 is #B57767. Grayscale: #777777. Windows color (decimal): -11892584 or 9996362. OLE color: 9996362.
HSL color Cylindrical-coordinate representation of color #4A8898: hue angle of 192.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A8898 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 136 | 152 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.40 |
| HSL | 192.31º | 0.35% | 0.44% | - |
| HSV(B) | 192.31º | 0.51% | 0.6% | - |
| XYZ | 17.3 | 21.33 | 32.91 | - |
| YUV | 119.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 152 | 0.51 | 0.11 | 0 | 0.40 | 192.31 | 0.35 | 0.44 |
| Hex | 4A | 88 | 98 | 33 | B | 0 | 28 | C0 | 23 | 2C |
| Octal | 112 | 210 | 230 | 63 | 13 | 0 | 50 | 300 | 43 | 54 |
| Binary | 1001010 | 10001000 | 10011000 | 110011 | 1011 | 0 | 101000 | 11000000 | 100011 | 101100 |
Color Harmonies of #4A8898
Complementary color
Monochromatic Colors of #4A8898
Black with #4A8898
Text Example
Text Example
White with #4A8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8898; }
p { color: rgb(74,136,152); }
H1.HeaderClassName
{
color: #4A8898;
}
.AnyTagClassName
{
color: #4A8898;
}
</style>
background-color css
<style>
a { background-color: #4A8898; }
a { background-color: rgb(74,136,152); }
div.DivClassName
{
background-color: #4A8898;
}
.BgClassName
{
background-color: #4A8898;
}
</style>
border-color css
<style>
span { border-color: #4A8898; }
span { border-color: rgb(74,136,152); }
td.TdClassName
{
border-color: #4A8898;
}
.TagClassName
{
border-color: #4A8898;
}
</style>