Shades of Hippie Blue #4A8799
Tints of Hippie Blue #4A8799
RGB
CMYK
RGB Variations
Color information
#4A8799 (or 0x4A8799) is known color: Hippie Blue. HEX triplet: 4A, 87 and 99. RGB value is (74,135,153). Sum of RGB (Red+Green+Blue) = 74+135+153=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A8799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8799 is #B57866. Grayscale: #767676. Windows color (decimal): -11892839 or 10061642. OLE color: 10061642.
HSL color Cylindrical-coordinate representation of color #4A8799: hue angle of 193.67º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A8799 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 135 | 153 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.4 |
| HSL | 193.67º | 0.35% | 0.45% | - |
| HSV(B) | 193.67º | 0.52% | 0.6% | - |
| XYZ | 17.24 | 21.08 | 33.3 | - |
| YUV | 118.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 153 | 0.52 | 0.12 | 0 | 0.4 | 193.67 | 0.35 | 0.45 |
| Hex | 4A | 87 | 99 | 34 | C | 0 | 28 | C2 | 23 | 2D |
| Octal | 112 | 207 | 231 | 64 | 14 | 0 | 50 | 302 | 43 | 55 |
| Binary | 1001010 | 10000111 | 10011001 | 110100 | 1100 | 0 | 101000 | 11000010 | 100011 | 101101 |
Color Harmonies of #4A8799
Complementary color
Monochromatic Colors of #4A8799
Black with #4A8799
Text Example
Text Example
White with #4A8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8799; }
p { color: rgb(74,135,153); }
H1.HeaderClassName
{
color: #4A8799;
}
.AnyTagClassName
{
color: #4A8799;
}
</style>
background-color css
<style>
a { background-color: #4A8799; }
a { background-color: rgb(74,135,153); }
div.DivClassName
{
background-color: #4A8799;
}
.BgClassName
{
background-color: #4A8799;
}
</style>
border-color css
<style>
span { border-color: #4A8799; }
span { border-color: rgb(74,135,153); }
td.TdClassName
{
border-color: #4A8799;
}
.TagClassName
{
border-color: #4A8799;
}
</style>