Shades of Rich Blue #4B3EBA
Tints of Rich Blue #4B3EBA
RGB
CMYK
RGB Variations
Color information
#4B3EBA (or 0x4B3EBA) is known color: Rich Blue. HEX triplet: 4B, 3E and BA. RGB value is (75,62,186). Sum of RGB (Red+Green+Blue) = 75+62+186=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3EBA is #B4C145. Grayscale: #4F4F4F. Windows color (decimal): -11845958 or 12205643. OLE color: 12205643.
HSL color Cylindrical-coordinate representation of color #4B3EBA: hue angle of 246.29º 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 #4B3EBA is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 62 | 186 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.27 |
| HSL | 246.29º | 0.5% | 0.49% | - |
| HSV(B) | 246.29º | 0.67% | 0.73% | - |
| XYZ | 13.49 | 8.49 | 47.38 | - |
| YUV | 80.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 186 | 0.60 | 0.67 | 0 | 0.27 | 246.29 | 0.5 | 0.49 |
| Hex | 4B | 3E | BA | 3C | 43 | 0 | 1B | F6 | 32 | 31 |
| Octal | 113 | 76 | 272 | 74 | 103 | 0 | 33 | 366 | 62 | 61 |
| Binary | 1001011 | 111110 | 10111010 | 111100 | 1000011 | 0 | 11011 | 11110110 | 110010 | 110001 |
Color Harmonies of #4B3EBA
Complementary color
Monochromatic Colors of #4B3EBA
Black with #4B3EBA
Text Example
Text Example
White with #4B3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3EBA; }
p { color: rgb(75,62,186); }
H1.HeaderClassName
{
color: #4B3EBA;
}
.AnyTagClassName
{
color: #4B3EBA;
}
</style>
background-color css
<style>
a { background-color: #4B3EBA; }
a { background-color: rgb(75,62,186); }
div.DivClassName
{
background-color: #4B3EBA;
}
.BgClassName
{
background-color: #4B3EBA;
}
</style>
border-color css
<style>
span { border-color: #4B3EBA; }
span { border-color: rgb(75,62,186); }
td.TdClassName
{
border-color: #4B3EBA;
}
.TagClassName
{
border-color: #4B3EBA;
}
</style>