Shades of Rich Blue #4C44B3
Tints of Rich Blue #4C44B3
RGB
CMYK
RGB Variations
Color information
#4C44B3 (or 0x4C44B3) is known color: Rich Blue. HEX triplet: 4C, 44 and B3. RGB value is (76,68,179). Sum of RGB (Red+Green+Blue) = 76+68+179=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C44B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44B3 is #B3BB4C. Grayscale: #525252. Windows color (decimal): -11778893 or 11748428. OLE color: 11748428.
HSL color Cylindrical-coordinate representation of color #4C44B3: hue angle of 244.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C44B3 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 68 | 179 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.30 |
| HSL | 244.32º | 0.45% | 0.48% | - |
| HSV(B) | 244.32º | 0.62% | 0.7% | - |
| XYZ | 13.18 | 8.93 | 43.68 | - |
| YUV | 83.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 179 | 0.58 | 0.62 | 0 | 0.30 | 244.32 | 0.45 | 0.48 |
| Hex | 4C | 44 | B3 | 3A | 3E | 0 | 1E | F4 | 2D | 30 |
| Octal | 114 | 104 | 263 | 72 | 76 | 0 | 36 | 364 | 55 | 60 |
| Binary | 1001100 | 1000100 | 10110011 | 111010 | 111110 | 0 | 11110 | 11110100 | 101101 | 110000 |
Color Harmonies of #4C44B3
Complementary color
Monochromatic Colors of #4C44B3
Black with #4C44B3
Text Example
Text Example
White with #4C44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C44B3; }
p { color: rgb(76,68,179); }
H1.HeaderClassName
{
color: #4C44B3;
}
.AnyTagClassName
{
color: #4C44B3;
}
</style>
background-color css
<style>
a { background-color: #4C44B3; }
a { background-color: rgb(76,68,179); }
div.DivClassName
{
background-color: #4C44B3;
}
.BgClassName
{
background-color: #4C44B3;
}
</style>
border-color css
<style>
span { border-color: #4C44B3; }
span { border-color: rgb(76,68,179); }
td.TdClassName
{
border-color: #4C44B3;
}
.TagClassName
{
border-color: #4C44B3;
}
</style>