Shades of Blue Gem #4F34A3
Tints of Blue Gem #4F34A3
RGB
CMYK
RGB Variations
Color information
#4F34A3 (or 0x4F34A3) is known color: Blue Gem. HEX triplet: 4F, 34 and A3. RGB value is (79,52,163). Sum of RGB (Red+Green+Blue) = 79+52+163=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F34A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F34A3 is #B0CB5C. Grayscale: #484848. Windows color (decimal): -11586397 or 10695759. OLE color: 10695759.
HSL color Cylindrical-coordinate representation of color #4F34A3: hue angle of 254.59º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F34A3 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 52 | 163 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.36 |
| HSL | 254.59º | 0.52% | 0.42% | - |
| HSV(B) | 254.59º | 0.68% | 0.64% | - |
| XYZ | 11.06 | 6.76 | 35.37 | - |
| YUV | 72.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 163 | 0.52 | 0.68 | 0 | 0.36 | 254.59 | 0.52 | 0.42 |
| Hex | 4F | 34 | A3 | 34 | 44 | 0 | 24 | FF | 34 | 2A |
| Octal | 117 | 64 | 243 | 64 | 104 | 0 | 44 | 377 | 64 | 52 |
| Binary | 1001111 | 110100 | 10100011 | 110100 | 1000100 | 0 | 100100 | 11111111 | 110100 | 101010 |
Color Harmonies of #4F34A3
Complementary color
Monochromatic Colors of #4F34A3
Black with #4F34A3
Text Example
Text Example
White with #4F34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F34A3; }
p { color: rgb(79,52,163); }
H1.HeaderClassName
{
color: #4F34A3;
}
.AnyTagClassName
{
color: #4F34A3;
}
</style>
background-color css
<style>
a { background-color: #4F34A3; }
a { background-color: rgb(79,52,163); }
div.DivClassName
{
background-color: #4F34A3;
}
.BgClassName
{
background-color: #4F34A3;
}
</style>
border-color css
<style>
span { border-color: #4F34A3; }
span { border-color: rgb(79,52,163); }
td.TdClassName
{
border-color: #4F34A3;
}
.TagClassName
{
border-color: #4F34A3;
}
</style>