Shades of Rich Blue #494CAC
Tints of Rich Blue #494CAC
RGB
CMYK
RGB Variations
Color information
#494CAC (or 0x494CAC) is known color: Rich Blue. HEX triplet: 49, 4C and AC. RGB value is (73,76,172). Sum of RGB (Red+Green+Blue) = 73+76+172=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #494CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CAC is #B6B353. Grayscale: #555555. Windows color (decimal): -11973460 or 11291721. OLE color: 11291721.
HSL color Cylindrical-coordinate representation of color #494CAC: hue angle of 238.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #494CAC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 76 | 172 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.33 |
| HSL | 238.18º | 0.4% | 0.48% | - |
| HSV(B) | 238.18º | 0.58% | 0.67% | - |
| XYZ | 12.78 | 9.56 | 40.2 | - |
| YUV | 86.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 172 | 0.58 | 0.56 | 0 | 0.33 | 238.18 | 0.4 | 0.48 |
| Hex | 49 | 4C | AC | 3A | 38 | 0 | 21 | EE | 28 | 30 |
| Octal | 111 | 114 | 254 | 72 | 70 | 0 | 41 | 356 | 50 | 60 |
| Binary | 1001001 | 1001100 | 10101100 | 111010 | 111000 | 0 | 100001 | 11101110 | 101000 | 110000 |
Color Harmonies of #494CAC
Complementary color
Monochromatic Colors of #494CAC
Black with #494CAC
Text Example
Text Example
White with #494CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CAC; }
p { color: rgb(73,76,172); }
H1.HeaderClassName
{
color: #494CAC;
}
.AnyTagClassName
{
color: #494CAC;
}
</style>
background-color css
<style>
a { background-color: #494CAC; }
a { background-color: rgb(73,76,172); }
div.DivClassName
{
background-color: #494CAC;
}
.BgClassName
{
background-color: #494CAC;
}
</style>
border-color css
<style>
span { border-color: #494CAC; }
span { border-color: rgb(73,76,172); }
td.TdClassName
{
border-color: #494CAC;
}
.TagClassName
{
border-color: #494CAC;
}
</style>