Shades of Hippie Blue #4A839B
Tints of Hippie Blue #4A839B
RGB
CMYK
RGB Variations
Color information
#4A839B (or 0x4A839B) is known color: Hippie Blue. HEX triplet: 4A, 83 and 9B. RGB value is (74,131,155). Sum of RGB (Red+Green+Blue) = 74+131+155=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A839B is #B57C64. Grayscale: #747474. Windows color (decimal): -11893861 or 10191690. OLE color: 10191690.
HSL color Cylindrical-coordinate representation of color #4A839B: hue angle of 197.78º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A839B is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 131 | 155 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.39 |
| HSL | 197.78º | 0.35% | 0.45% | - |
| HSV(B) | 197.78º | 0.52% | 0.61% | - |
| XYZ | 16.86 | 20.06 | 33.99 | - |
| YUV | 116.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 155 | 0.52 | 0.15 | 0 | 0.39 | 197.78 | 0.35 | 0.45 |
| Hex | 4A | 83 | 9B | 34 | F | 0 | 27 | C6 | 23 | 2D |
| Octal | 112 | 203 | 233 | 64 | 17 | 0 | 47 | 306 | 43 | 55 |
| Binary | 1001010 | 10000011 | 10011011 | 110100 | 1111 | 0 | 100111 | 11000110 | 100011 | 101101 |
Color Harmonies of #4A839B
Complementary color
Monochromatic Colors of #4A839B
Black with #4A839B
Text Example
Text Example
White with #4A839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A839B; }
p { color: rgb(74,131,155); }
H1.HeaderClassName
{
color: #4A839B;
}
.AnyTagClassName
{
color: #4A839B;
}
</style>
background-color css
<style>
a { background-color: #4A839B; }
a { background-color: rgb(74,131,155); }
div.DivClassName
{
background-color: #4A839B;
}
.BgClassName
{
background-color: #4A839B;
}
</style>
border-color css
<style>
span { border-color: #4A839B; }
span { border-color: rgb(74,131,155); }
td.TdClassName
{
border-color: #4A839B;
}
.TagClassName
{
border-color: #4A839B;
}
</style>