Shades of Rich Blue #4B40AF
Tints of Rich Blue #4B40AF
RGB
CMYK
RGB Variations
Color information
#4B40AF (or 0x4B40AF) is known color: Rich Blue. HEX triplet: 4B, 40 and AF. RGB value is (75,64,175). Sum of RGB (Red+Green+Blue) = 75+64+175=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B40AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B40AF is #B4BF50. Grayscale: #4F4F4F. Windows color (decimal): -11845457 or 11485259. OLE color: 11485259.
HSL color Cylindrical-coordinate representation of color #4B40AF: hue angle of 245.95º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B40AF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 64 | 175 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.31 |
| HSL | 245.95º | 0.46% | 0.47% | - |
| HSV(B) | 245.95º | 0.63% | 0.69% | - |
| XYZ | 12.47 | 8.26 | 41.49 | - |
| YUV | 79.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 175 | 0.57 | 0.63 | 0 | 0.31 | 245.95 | 0.46 | 0.47 |
| Hex | 4B | 40 | AF | 39 | 3F | 0 | 1F | F6 | 2E | 2F |
| Octal | 113 | 100 | 257 | 71 | 77 | 0 | 37 | 366 | 56 | 57 |
| Binary | 1001011 | 1000000 | 10101111 | 111001 | 111111 | 0 | 11111 | 11110110 | 101110 | 101111 |
Color Harmonies of #4B40AF
Complementary color
Monochromatic Colors of #4B40AF
Black with #4B40AF
Text Example
Text Example
White with #4B40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B40AF; }
p { color: rgb(75,64,175); }
H1.HeaderClassName
{
color: #4B40AF;
}
.AnyTagClassName
{
color: #4B40AF;
}
</style>
background-color css
<style>
a { background-color: #4B40AF; }
a { background-color: rgb(75,64,175); }
div.DivClassName
{
background-color: #4B40AF;
}
.BgClassName
{
background-color: #4B40AF;
}
</style>
border-color css
<style>
span { border-color: #4B40AF; }
span { border-color: rgb(75,64,175); }
td.TdClassName
{
border-color: #4B40AF;
}
.TagClassName
{
border-color: #4B40AF;
}
</style>