Shades of Hippie Blue #4A9099
Tints of Hippie Blue #4A9099
RGB
CMYK
RGB Variations
Color information
#4A9099 (or 0x4A9099) is known color: Hippie Blue. HEX triplet: 4A, 90 and 99. RGB value is (74,144,153). Sum of RGB (Red+Green+Blue) = 74+144+153=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A9099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9099 is #B56F66. Grayscale: #7B7B7B. Windows color (decimal): -11890535 or 10063946. OLE color: 10063946.
HSL color Cylindrical-coordinate representation of color #4A9099: hue angle of 186.84º 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 #4A9099 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 144 | 153 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.4 |
| HSL | 186.84º | 0.35% | 0.45% | - |
| HSV(B) | 186.84º | 0.52% | 0.6% | - |
| XYZ | 18.55 | 23.7 | 33.73 | - |
| YUV | 124.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 153 | 0.52 | 0.06 | 0 | 0.4 | 186.84 | 0.35 | 0.45 |
| Hex | 4A | 90 | 99 | 34 | 6 | 0 | 28 | BB | 23 | 2D |
| Octal | 112 | 220 | 231 | 64 | 6 | 0 | 50 | 273 | 43 | 55 |
| Binary | 1001010 | 10010000 | 10011001 | 110100 | 110 | 0 | 101000 | 10111011 | 100011 | 101101 |
Color Harmonies of #4A9099
Complementary color
Monochromatic Colors of #4A9099
Black with #4A9099
Text Example
Text Example
White with #4A9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9099; }
p { color: rgb(74,144,153); }
H1.HeaderClassName
{
color: #4A9099;
}
.AnyTagClassName
{
color: #4A9099;
}
</style>
background-color css
<style>
a { background-color: #4A9099; }
a { background-color: rgb(74,144,153); }
div.DivClassName
{
background-color: #4A9099;
}
.BgClassName
{
background-color: #4A9099;
}
</style>
border-color css
<style>
span { border-color: #4A9099; }
span { border-color: rgb(74,144,153); }
td.TdClassName
{
border-color: #4A9099;
}
.TagClassName
{
border-color: #4A9099;
}
</style>