Shades of Blue Gem #4F43A3
Tints of Blue Gem #4F43A3
RGB
CMYK
RGB Variations
Color information
#4F43A3 (or 0x4F43A3) is known color: Blue Gem. HEX triplet: 4F, 43 and A3. RGB value is (79,67,163). Sum of RGB (Red+Green+Blue) = 79+67+163=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F43A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F43A3 is #B0BC5C. Grayscale: #515151. Windows color (decimal): -11582557 or 10699599. OLE color: 10699599.
HSL color Cylindrical-coordinate representation of color #4F43A3: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F43A3 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 67 | 163 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.36 |
| HSL | 247.5º | 0.42% | 0.45% | - |
| HSV(B) | 247.5º | 0.59% | 0.64% | - |
| XYZ | 11.84 | 8.32 | 35.63 | - |
| YUV | 81.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 163 | 0.52 | 0.59 | 0 | 0.36 | 247.5 | 0.42 | 0.45 |
| Hex | 4F | 43 | A3 | 34 | 3B | 0 | 24 | F8 | 2A | 2D |
| Octal | 117 | 103 | 243 | 64 | 73 | 0 | 44 | 370 | 52 | 55 |
| Binary | 1001111 | 1000011 | 10100011 | 110100 | 111011 | 0 | 100100 | 11111000 | 101010 | 101101 |
Color Harmonies of #4F43A3
Complementary color
Monochromatic Colors of #4F43A3
Black with #4F43A3
Text Example
Text Example
White with #4F43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F43A3; }
p { color: rgb(79,67,163); }
H1.HeaderClassName
{
color: #4F43A3;
}
.AnyTagClassName
{
color: #4F43A3;
}
</style>
background-color css
<style>
a { background-color: #4F43A3; }
a { background-color: rgb(79,67,163); }
div.DivClassName
{
background-color: #4F43A3;
}
.BgClassName
{
background-color: #4F43A3;
}
</style>
border-color css
<style>
span { border-color: #4F43A3; }
span { border-color: rgb(79,67,163); }
td.TdClassName
{
border-color: #4F43A3;
}
.TagClassName
{
border-color: #4F43A3;
}
</style>