Shades of Rich Blue #4945B7
Tints of Rich Blue #4945B7
RGB
CMYK
RGB Variations
Color information
#4945B7 (or 0x4945B7) is known color: Rich Blue. HEX triplet: 49, 45 and B7. RGB value is (73,69,183). Sum of RGB (Red+Green+Blue) = 73+69+183=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #4945B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945B7 is #B6BA48. Grayscale: #525252. Windows color (decimal): -11975241 or 12010825. OLE color: 12010825.
HSL color Cylindrical-coordinate representation of color #4945B7: hue angle of 242.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4945B7 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 69 | 183 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.28 |
| HSL | 242.11º | 0.45% | 0.49% | - |
| HSV(B) | 242.11º | 0.62% | 0.72% | - |
| XYZ | 13.42 | 9.09 | 45.85 | - |
| YUV | 83.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 183 | 0.60 | 0.62 | 0 | 0.28 | 242.11 | 0.45 | 0.49 |
| Hex | 49 | 45 | B7 | 3C | 3E | 0 | 1C | F2 | 2D | 31 |
| Octal | 111 | 105 | 267 | 74 | 76 | 0 | 34 | 362 | 55 | 61 |
| Binary | 1001001 | 1000101 | 10110111 | 111100 | 111110 | 0 | 11100 | 11110010 | 101101 | 110001 |
Color Harmonies of #4945B7
Complementary color
Monochromatic Colors of #4945B7
Black with #4945B7
Text Example
Text Example
White with #4945B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945B7; }
p { color: rgb(73,69,183); }
H1.HeaderClassName
{
color: #4945B7;
}
.AnyTagClassName
{
color: #4945B7;
}
</style>
background-color css
<style>
a { background-color: #4945B7; }
a { background-color: rgb(73,69,183); }
div.DivClassName
{
background-color: #4945B7;
}
.BgClassName
{
background-color: #4945B7;
}
</style>
border-color css
<style>
span { border-color: #4945B7; }
span { border-color: rgb(73,69,183); }
td.TdClassName
{
border-color: #4945B7;
}
.TagClassName
{
border-color: #4945B7;
}
</style>