Shades of Hippie Blue #4A8693
Tints of Hippie Blue #4A8693
RGB
CMYK
RGB Variations
Color information
#4A8693 (or 0x4A8693) is known color: Hippie Blue. HEX triplet: 4A, 86 and 93. RGB value is (74,134,147). Sum of RGB (Red+Green+Blue) = 74+134+147=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A8693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8693 is #B5796C. Grayscale: #757575. Windows color (decimal): -11893101 or 9668170. OLE color: 9668170.
HSL color Cylindrical-coordinate representation of color #4A8693: hue angle of 190.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8693 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 134 | 147 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.42 |
| HSL | 190.68º | 0.33% | 0.43% | - |
| HSV(B) | 190.68º | 0.5% | 0.58% | - |
| XYZ | 16.62 | 20.61 | 30.71 | - |
| YUV | 117.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 147 | 0.50 | 0.09 | 0 | 0.42 | 190.68 | 0.33 | 0.43 |
| Hex | 4A | 86 | 93 | 32 | 9 | 0 | 2A | BF | 21 | 2B |
| Octal | 112 | 206 | 223 | 62 | 11 | 0 | 52 | 277 | 41 | 53 |
| Binary | 1001010 | 10000110 | 10010011 | 110010 | 1001 | 0 | 101010 | 10111111 | 100001 | 101011 |
Color Harmonies of #4A8693
Complementary color
Monochromatic Colors of #4A8693
Black with #4A8693
Text Example
Text Example
White with #4A8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8693; }
p { color: rgb(74,134,147); }
H1.HeaderClassName
{
color: #4A8693;
}
.AnyTagClassName
{
color: #4A8693;
}
</style>
background-color css
<style>
a { background-color: #4A8693; }
a { background-color: rgb(74,134,147); }
div.DivClassName
{
background-color: #4A8693;
}
.BgClassName
{
background-color: #4A8693;
}
</style>
border-color css
<style>
span { border-color: #4A8693; }
span { border-color: rgb(74,134,147); }
td.TdClassName
{
border-color: #4A8693;
}
.TagClassName
{
border-color: #4A8693;
}
</style>