Shades of Hippie Blue #4A8290
Tints of Hippie Blue #4A8290
RGB
CMYK
RGB Variations
Color information
#4A8290 (or 0x4A8290) is known color: Hippie Blue. HEX triplet: 4A, 82 and 90. RGB value is (74,130,144). Sum of RGB (Red+Green+Blue) = 74+130+144=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A8290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8290 is #B57D6F. Grayscale: #727272. Windows color (decimal): -11894128 or 9470538. OLE color: 9470538.
HSL color Cylindrical-coordinate representation of color #4A8290: hue angle of 192º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A8290 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 130 | 144 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.44 |
| HSL | 192º | 0.32% | 0.43% | - |
| HSV(B) | 192º | 0.49% | 0.56% | - |
| XYZ | 15.84 | 19.43 | 29.3 | - |
| YUV | 114.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 144 | 0.49 | 0.10 | 0 | 0.44 | 192 | 0.32 | 0.43 |
| Hex | 4A | 82 | 90 | 31 | A | 0 | 2C | C0 | 20 | 2B |
| Octal | 112 | 202 | 220 | 61 | 12 | 0 | 54 | 300 | 40 | 53 |
| Binary | 1001010 | 10000010 | 10010000 | 110001 | 1010 | 0 | 101100 | 11000000 | 100000 | 101011 |
Color Harmonies of #4A8290
Complementary color
Monochromatic Colors of #4A8290
Black with #4A8290
Text Example
Text Example
White with #4A8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8290; }
p { color: rgb(74,130,144); }
H1.HeaderClassName
{
color: #4A8290;
}
.AnyTagClassName
{
color: #4A8290;
}
</style>
background-color css
<style>
a { background-color: #4A8290; }
a { background-color: rgb(74,130,144); }
div.DivClassName
{
background-color: #4A8290;
}
.BgClassName
{
background-color: #4A8290;
}
</style>
border-color css
<style>
span { border-color: #4A8290; }
span { border-color: rgb(74,130,144); }
td.TdClassName
{
border-color: #4A8290;
}
.TagClassName
{
border-color: #4A8290;
}
</style>