Shades of Rich Blue #4F3EBA
Tints of Rich Blue #4F3EBA
RGB
CMYK
RGB Variations
Color information
#4F3EBA (or 0x4F3EBA) is known color: Rich Blue. HEX triplet: 4F, 3E and BA. RGB value is (79,62,186). Sum of RGB (Red+Green+Blue) = 79+62+186=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3EBA is #B0C145. Grayscale: #505050. Windows color (decimal): -11583814 or 12205647. OLE color: 12205647.
HSL color Cylindrical-coordinate representation of color #4F3EBA: hue angle of 248.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F3EBA is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 62 | 186 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.27 |
| HSL | 248.23º | 0.5% | 0.49% | - |
| HSV(B) | 248.23º | 0.67% | 0.73% | - |
| XYZ | 13.81 | 8.65 | 47.4 | - |
| YUV | 81.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 186 | 0.58 | 0.67 | 0 | 0.27 | 248.23 | 0.5 | 0.49 |
| Hex | 4F | 3E | BA | 3A | 43 | 0 | 1B | F8 | 32 | 31 |
| Octal | 117 | 76 | 272 | 72 | 103 | 0 | 33 | 370 | 62 | 61 |
| Binary | 1001111 | 111110 | 10111010 | 111010 | 1000011 | 0 | 11011 | 11111000 | 110010 | 110001 |
Color Harmonies of #4F3EBA
Complementary color
Monochromatic Colors of #4F3EBA
Black with #4F3EBA
Text Example
Text Example
White with #4F3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3EBA; }
p { color: rgb(79,62,186); }
H1.HeaderClassName
{
color: #4F3EBA;
}
.AnyTagClassName
{
color: #4F3EBA;
}
</style>
background-color css
<style>
a { background-color: #4F3EBA; }
a { background-color: rgb(79,62,186); }
div.DivClassName
{
background-color: #4F3EBA;
}
.BgClassName
{
background-color: #4F3EBA;
}
</style>
border-color css
<style>
span { border-color: #4F3EBA; }
span { border-color: rgb(79,62,186); }
td.TdClassName
{
border-color: #4F3EBA;
}
.TagClassName
{
border-color: #4F3EBA;
}
</style>