Shades of Rich Blue #4B5DAC
Tints of Rich Blue #4B5DAC
RGB
CMYK
RGB Variations
Color information
#4B5DAC (or 0x4B5DAC) is known color: Rich Blue. HEX triplet: 4B, 5D and AC. RGB value is (75,93,172). Sum of RGB (Red+Green+Blue) = 75+93+172=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5DAC is #B4A253. Grayscale: #606060. Windows color (decimal): -11838036 or 11296075. OLE color: 11296075.
HSL color Cylindrical-coordinate representation of color #4B5DAC: hue angle of 228.87º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5DAC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 93 | 172 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.33 |
| HSL | 228.87º | 0.39% | 0.48% | - |
| HSV(B) | 228.87º | 0.56% | 0.67% | - |
| XYZ | 14.26 | 12.3 | 40.65 | - |
| YUV | 96.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 172 | 0.56 | 0.46 | 0 | 0.33 | 228.87 | 0.39 | 0.48 |
| Hex | 4B | 5D | AC | 38 | 2E | 0 | 21 | E5 | 27 | 30 |
| Octal | 113 | 135 | 254 | 70 | 56 | 0 | 41 | 345 | 47 | 60 |
| Binary | 1001011 | 1011101 | 10101100 | 111000 | 101110 | 0 | 100001 | 11100101 | 100111 | 110000 |
Color Harmonies of #4B5DAC
Complementary color
Monochromatic Colors of #4B5DAC
Black with #4B5DAC
Text Example
Text Example
White with #4B5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5DAC; }
p { color: rgb(75,93,172); }
H1.HeaderClassName
{
color: #4B5DAC;
}
.AnyTagClassName
{
color: #4B5DAC;
}
</style>
background-color css
<style>
a { background-color: #4B5DAC; }
a { background-color: rgb(75,93,172); }
div.DivClassName
{
background-color: #4B5DAC;
}
.BgClassName
{
background-color: #4B5DAC;
}
</style>
border-color css
<style>
span { border-color: #4B5DAC; }
span { border-color: rgb(75,93,172); }
td.TdClassName
{
border-color: #4B5DAC;
}
.TagClassName
{
border-color: #4B5DAC;
}
</style>