Shades of Hippie Blue #4D83A3
Tints of Hippie Blue #4D83A3
RGB
CMYK
RGB Variations
Color information
#4D83A3 (or 0x4D83A3) is known color: Hippie Blue. HEX triplet: 4D, 83 and A3. RGB value is (77,131,163). Sum of RGB (Red+Green+Blue) = 77+131+163=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D83A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D83A3 is #B27C5C. Grayscale: #767676. Windows color (decimal): -11697245 or 10715981. OLE color: 10715981.
HSL color Cylindrical-coordinate representation of color #4D83A3: hue angle of 202.33º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D83A3 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 131 | 163 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.36 |
| HSL | 202.33º | 0.36% | 0.47% | - |
| HSV(B) | 202.33º | 0.53% | 0.64% | - |
| XYZ | 17.79 | 20.45 | 37.66 | - |
| YUV | 118.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 163 | 0.53 | 0.20 | 0 | 0.36 | 202.33 | 0.36 | 0.47 |
| Hex | 4D | 83 | A3 | 35 | 14 | 0 | 24 | CA | 24 | 2F |
| Octal | 115 | 203 | 243 | 65 | 24 | 0 | 44 | 312 | 44 | 57 |
| Binary | 1001101 | 10000011 | 10100011 | 110101 | 10100 | 0 | 100100 | 11001010 | 100100 | 101111 |
Color Harmonies of #4D83A3
Complementary color
Monochromatic Colors of #4D83A3
Black with #4D83A3
Text Example
Text Example
White with #4D83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D83A3; }
p { color: rgb(77,131,163); }
H1.HeaderClassName
{
color: #4D83A3;
}
.AnyTagClassName
{
color: #4D83A3;
}
</style>
background-color css
<style>
a { background-color: #4D83A3; }
a { background-color: rgb(77,131,163); }
div.DivClassName
{
background-color: #4D83A3;
}
.BgClassName
{
background-color: #4D83A3;
}
</style>
border-color css
<style>
span { border-color: #4D83A3; }
span { border-color: rgb(77,131,163); }
td.TdClassName
{
border-color: #4D83A3;
}
.TagClassName
{
border-color: #4D83A3;
}
</style>