Shades of Blue Gem #4F3CA6
Tints of Blue Gem #4F3CA6
RGB
CMYK
RGB Variations
Color information
#4F3CA6 (or 0x4F3CA6) is known color: Blue Gem. HEX triplet: 4F, 3C and A6. RGB value is (79,60,166). Sum of RGB (Red+Green+Blue) = 79+60+166=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #4F3CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3CA6 is #B0C359. Grayscale: #4D4D4D. Windows color (decimal): -11584346 or 10894415. OLE color: 10894415.
HSL color Cylindrical-coordinate representation of color #4F3CA6: hue angle of 250.75º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3CA6 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 60 | 166 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.35 |
| HSL | 250.75º | 0.47% | 0.44% | - |
| HSV(B) | 250.75º | 0.64% | 0.65% | - |
| XYZ | 11.72 | 7.65 | 36.93 | - |
| YUV | 77.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 166 | 0.52 | 0.64 | 0 | 0.35 | 250.75 | 0.47 | 0.44 |
| Hex | 4F | 3C | A6 | 34 | 40 | 0 | 23 | FB | 2F | 2C |
| Octal | 117 | 74 | 246 | 64 | 100 | 0 | 43 | 373 | 57 | 54 |
| Binary | 1001111 | 111100 | 10100110 | 110100 | 1000000 | 0 | 100011 | 11111011 | 101111 | 101100 |
Color Harmonies of #4F3CA6
Complementary color
Monochromatic Colors of #4F3CA6
Black with #4F3CA6
Text Example
Text Example
White with #4F3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3CA6; }
p { color: rgb(79,60,166); }
H1.HeaderClassName
{
color: #4F3CA6;
}
.AnyTagClassName
{
color: #4F3CA6;
}
</style>
background-color css
<style>
a { background-color: #4F3CA6; }
a { background-color: rgb(79,60,166); }
div.DivClassName
{
background-color: #4F3CA6;
}
.BgClassName
{
background-color: #4F3CA6;
}
</style>
border-color css
<style>
span { border-color: #4F3CA6; }
span { border-color: rgb(79,60,166); }
td.TdClassName
{
border-color: #4F3CA6;
}
.TagClassName
{
border-color: #4F3CA6;
}
</style>