Shades of Hippie Blue #4A8A94
Tints of Hippie Blue #4A8A94
RGB
CMYK
RGB Variations
Color information
#4A8A94 (or 0x4A8A94) is known color: Hippie Blue. HEX triplet: 4A, 8A and 94. RGB value is (74,138,148). Sum of RGB (Red+Green+Blue) = 74+138+148=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A8A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8A94 is #B5756B. Grayscale: #777777. Windows color (decimal): -11892076 or 9734730. OLE color: 9734730.
HSL color Cylindrical-coordinate representation of color #4A8A94: hue angle of 188.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8A94 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 138 | 148 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.42 |
| HSL | 188.11º | 0.33% | 0.44% | - |
| HSV(B) | 188.11º | 0.5% | 0.58% | - |
| XYZ | 17.26 | 21.77 | 31.31 | - |
| YUV | 120 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 148 | 0.50 | 0.07 | 0 | 0.42 | 188.11 | 0.33 | 0.44 |
| Hex | 4A | 8A | 94 | 32 | 7 | 0 | 2A | BC | 21 | 2C |
| Octal | 112 | 212 | 224 | 62 | 7 | 0 | 52 | 274 | 41 | 54 |
| Binary | 1001010 | 10001010 | 10010100 | 110010 | 111 | 0 | 101010 | 10111100 | 100001 | 101100 |
Color Harmonies of #4A8A94
Complementary color
Monochromatic Colors of #4A8A94
Black with #4A8A94
Text Example
Text Example
White with #4A8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A94; }
p { color: rgb(74,138,148); }
H1.HeaderClassName
{
color: #4A8A94;
}
.AnyTagClassName
{
color: #4A8A94;
}
</style>
background-color css
<style>
a { background-color: #4A8A94; }
a { background-color: rgb(74,138,148); }
div.DivClassName
{
background-color: #4A8A94;
}
.BgClassName
{
background-color: #4A8A94;
}
</style>
border-color css
<style>
span { border-color: #4A8A94; }
span { border-color: rgb(74,138,148); }
td.TdClassName
{
border-color: #4A8A94;
}
.TagClassName
{
border-color: #4A8A94;
}
</style>