Shades of Rich Blue #4B53AE
Tints of Rich Blue #4B53AE
RGB
CMYK
RGB Variations
Color information
#4B53AE (or 0x4B53AE) is known color: Rich Blue. HEX triplet: 4B, 53 and AE. RGB value is (75,83,174). Sum of RGB (Red+Green+Blue) = 75+83+174=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B53AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B53AE is #B4AC51. Grayscale: #5A5A5A. Windows color (decimal): -11840594 or 11424587. OLE color: 11424587.
HSL color Cylindrical-coordinate representation of color #4B53AE: hue angle of 235.15º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B53AE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 83 | 174 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.32 |
| HSL | 235.15º | 0.4% | 0.49% | - |
| HSV(B) | 235.15º | 0.57% | 0.68% | - |
| XYZ | 13.63 | 10.74 | 41.4 | - |
| YUV | 90.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 174 | 0.57 | 0.52 | 0 | 0.32 | 235.15 | 0.4 | 0.49 |
| Hex | 4B | 53 | AE | 39 | 34 | 0 | 20 | EB | 28 | 31 |
| Octal | 113 | 123 | 256 | 71 | 64 | 0 | 40 | 353 | 50 | 61 |
| Binary | 1001011 | 1010011 | 10101110 | 111001 | 110100 | 0 | 100000 | 11101011 | 101000 | 110001 |
Color Harmonies of #4B53AE
Complementary color
Monochromatic Colors of #4B53AE
Black with #4B53AE
Text Example
Text Example
White with #4B53AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B53AE; }
p { color: rgb(75,83,174); }
H1.HeaderClassName
{
color: #4B53AE;
}
.AnyTagClassName
{
color: #4B53AE;
}
</style>
background-color css
<style>
a { background-color: #4B53AE; }
a { background-color: rgb(75,83,174); }
div.DivClassName
{
background-color: #4B53AE;
}
.BgClassName
{
background-color: #4B53AE;
}
</style>
border-color css
<style>
span { border-color: #4B53AE; }
span { border-color: rgb(75,83,174); }
td.TdClassName
{
border-color: #4B53AE;
}
.TagClassName
{
border-color: #4B53AE;
}
</style>