Shades of Rich Blue #4B3FBA
Tints of Rich Blue #4B3FBA
RGB
CMYK
RGB Variations
Color information
#4B3FBA (or 0x4B3FBA) is known color: Rich Blue. HEX triplet: 4B, 3F and BA. RGB value is (75,63,186). Sum of RGB (Red+Green+Blue) = 75+63+186=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FBA is #B4C045. Grayscale: #505050. Windows color (decimal): -11845702 or 12205899. OLE color: 12205899.
HSL color Cylindrical-coordinate representation of color #4B3FBA: hue angle of 245.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B3FBA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 63 | 186 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.27 |
| HSL | 245.85º | 0.49% | 0.49% | - |
| HSV(B) | 245.85º | 0.66% | 0.73% | - |
| XYZ | 13.54 | 8.6 | 47.4 | - |
| YUV | 80.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 186 | 0.60 | 0.66 | 0 | 0.27 | 245.85 | 0.49 | 0.49 |
| Hex | 4B | 3F | BA | 3C | 42 | 0 | 1B | F6 | 31 | 31 |
| Octal | 113 | 77 | 272 | 74 | 102 | 0 | 33 | 366 | 61 | 61 |
| Binary | 1001011 | 111111 | 10111010 | 111100 | 1000010 | 0 | 11011 | 11110110 | 110001 | 110001 |
Color Harmonies of #4B3FBA
Complementary color
Monochromatic Colors of #4B3FBA
Black with #4B3FBA
Text Example
Text Example
White with #4B3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3FBA; }
p { color: rgb(75,63,186); }
H1.HeaderClassName
{
color: #4B3FBA;
}
.AnyTagClassName
{
color: #4B3FBA;
}
</style>
background-color css
<style>
a { background-color: #4B3FBA; }
a { background-color: rgb(75,63,186); }
div.DivClassName
{
background-color: #4B3FBA;
}
.BgClassName
{
background-color: #4B3FBA;
}
</style>
border-color css
<style>
span { border-color: #4B3FBA; }
span { border-color: rgb(75,63,186); }
td.TdClassName
{
border-color: #4B3FBA;
}
.TagClassName
{
border-color: #4B3FBA;
}
</style>