Shades of Hippie Blue #4A8699
Tints of Hippie Blue #4A8699
RGB
CMYK
RGB Variations
Color information
#4A8699 (or 0x4A8699) is known color: Hippie Blue. HEX triplet: 4A, 86 and 99. RGB value is (74,134,153). Sum of RGB (Red+Green+Blue) = 74+134+153=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A8699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8699 is #B57966. Grayscale: #767676. Windows color (decimal): -11893095 or 10061386. OLE color: 10061386.
HSL color Cylindrical-coordinate representation of color #4A8699: hue angle of 194.43º 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 #4A8699 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 134 | 153 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.4 |
| HSL | 194.43º | 0.35% | 0.45% | - |
| HSV(B) | 194.43º | 0.52% | 0.6% | - |
| XYZ | 17.1 | 20.81 | 33.25 | - |
| YUV | 118.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 153 | 0.52 | 0.12 | 0 | 0.4 | 194.43 | 0.35 | 0.45 |
| Hex | 4A | 86 | 99 | 34 | C | 0 | 28 | C2 | 23 | 2D |
| Octal | 112 | 206 | 231 | 64 | 14 | 0 | 50 | 302 | 43 | 55 |
| Binary | 1001010 | 10000110 | 10011001 | 110100 | 1100 | 0 | 101000 | 11000010 | 100011 | 101101 |
Color Harmonies of #4A8699
Complementary color
Monochromatic Colors of #4A8699
Black with #4A8699
Text Example
Text Example
White with #4A8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8699; }
p { color: rgb(74,134,153); }
H1.HeaderClassName
{
color: #4A8699;
}
.AnyTagClassName
{
color: #4A8699;
}
</style>
background-color css
<style>
a { background-color: #4A8699; }
a { background-color: rgb(74,134,153); }
div.DivClassName
{
background-color: #4A8699;
}
.BgClassName
{
background-color: #4A8699;
}
</style>
border-color css
<style>
span { border-color: #4A8699; }
span { border-color: rgb(74,134,153); }
td.TdClassName
{
border-color: #4A8699;
}
.TagClassName
{
border-color: #4A8699;
}
</style>