Shades of Rich Blue #4C4BAB
Tints of Rich Blue #4C4BAB
RGB
CMYK
RGB Variations
Color information
#4C4BAB (or 0x4C4BAB) is known color: Rich Blue. HEX triplet: 4C, 4B and AB. RGB value is (76,75,171). Sum of RGB (Red+Green+Blue) = 76+75+171=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4BAB is #B3B454. Grayscale: #555555. Windows color (decimal): -11777109 or 11225932. OLE color: 11225932.
HSL color Cylindrical-coordinate representation of color #4C4BAB: hue angle of 240.62º 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 #4C4BAB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 75 | 171 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.33 |
| HSL | 240.63º | 0.39% | 0.48% | - |
| HSV(B) | 240.63º | 0.56% | 0.67% | - |
| XYZ | 12.85 | 9.51 | 39.69 | - |
| YUV | 86.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 171 | 0.56 | 0.56 | 0 | 0.33 | 240.63 | 0.39 | 0.48 |
| Hex | 4C | 4B | AB | 38 | 38 | 0 | 21 | F1 | 27 | 30 |
| Octal | 114 | 113 | 253 | 70 | 70 | 0 | 41 | 361 | 47 | 60 |
| Binary | 1001100 | 1001011 | 10101011 | 111000 | 111000 | 0 | 100001 | 11110001 | 100111 | 110000 |
Color Harmonies of #4C4BAB
Complementary color
Monochromatic Colors of #4C4BAB
Black with #4C4BAB
Text Example
Text Example
White with #4C4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4BAB; }
p { color: rgb(76,75,171); }
H1.HeaderClassName
{
color: #4C4BAB;
}
.AnyTagClassName
{
color: #4C4BAB;
}
</style>
background-color css
<style>
a { background-color: #4C4BAB; }
a { background-color: rgb(76,75,171); }
div.DivClassName
{
background-color: #4C4BAB;
}
.BgClassName
{
background-color: #4C4BAB;
}
</style>
border-color css
<style>
span { border-color: #4C4BAB; }
span { border-color: rgb(76,75,171); }
td.TdClassName
{
border-color: #4C4BAB;
}
.TagClassName
{
border-color: #4C4BAB;
}
</style>