Shades of Rich Blue #4945B5
Tints of Rich Blue #4945B5
RGB
CMYK
RGB Variations
Color information
#4945B5 (or 0x4945B5) is known color: Rich Blue. HEX triplet: 49, 45 and B5. RGB value is (73,69,181). Sum of RGB (Red+Green+Blue) = 73+69+181=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #4945B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945B5 is #B6BA4A. Grayscale: #525252. Windows color (decimal): -11975243 or 11879753. OLE color: 11879753.
HSL color Cylindrical-coordinate representation of color #4945B5: hue angle of 242.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4945B5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 69 | 181 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.29 |
| HSL | 242.14º | 0.45% | 0.49% | - |
| HSV(B) | 242.14º | 0.62% | 0.71% | - |
| XYZ | 13.22 | 9.01 | 44.76 | - |
| YUV | 82.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 181 | 0.60 | 0.62 | 0 | 0.29 | 242.14 | 0.45 | 0.49 |
| Hex | 49 | 45 | B5 | 3C | 3E | 0 | 1D | F2 | 2D | 31 |
| Octal | 111 | 105 | 265 | 74 | 76 | 0 | 35 | 362 | 55 | 61 |
| Binary | 1001001 | 1000101 | 10110101 | 111100 | 111110 | 0 | 11101 | 11110010 | 101101 | 110001 |
Color Harmonies of #4945B5
Complementary color
Monochromatic Colors of #4945B5
Black with #4945B5
Text Example
Text Example
White with #4945B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945B5; }
p { color: rgb(73,69,181); }
H1.HeaderClassName
{
color: #4945B5;
}
.AnyTagClassName
{
color: #4945B5;
}
</style>
background-color css
<style>
a { background-color: #4945B5; }
a { background-color: rgb(73,69,181); }
div.DivClassName
{
background-color: #4945B5;
}
.BgClassName
{
background-color: #4945B5;
}
</style>
border-color css
<style>
span { border-color: #4945B5; }
span { border-color: rgb(73,69,181); }
td.TdClassName
{
border-color: #4945B5;
}
.TagClassName
{
border-color: #4945B5;
}
</style>