Shades of Rich Blue #494CB3
Tints of Rich Blue #494CB3
RGB
CMYK
RGB Variations
Color information
#494CB3 (or 0x494CB3) is known color: Rich Blue. HEX triplet: 49, 4C and B3. RGB value is (73,76,179). Sum of RGB (Red+Green+Blue) = 73+76+179=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #494CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CB3 is #B6B34C. Grayscale: #565656. Windows color (decimal): -11973453 or 11750473. OLE color: 11750473.
HSL color Cylindrical-coordinate representation of color #494CB3: hue angle of 238.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494CB3 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 76 | 179 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.30 |
| HSL | 238.3º | 0.42% | 0.49% | - |
| HSV(B) | 238.3º | 0.59% | 0.7% | - |
| XYZ | 13.47 | 9.84 | 43.84 | - |
| YUV | 86.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 179 | 0.59 | 0.58 | 0 | 0.30 | 238.3 | 0.42 | 0.49 |
| Hex | 49 | 4C | B3 | 3B | 3A | 0 | 1E | EE | 2A | 31 |
| Octal | 111 | 114 | 263 | 73 | 72 | 0 | 36 | 356 | 52 | 61 |
| Binary | 1001001 | 1001100 | 10110011 | 111011 | 111010 | 0 | 11110 | 11101110 | 101010 | 110001 |
Color Harmonies of #494CB3
Complementary color
Monochromatic Colors of #494CB3
Black with #494CB3
Text Example
Text Example
White with #494CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CB3; }
p { color: rgb(73,76,179); }
H1.HeaderClassName
{
color: #494CB3;
}
.AnyTagClassName
{
color: #494CB3;
}
</style>
background-color css
<style>
a { background-color: #494CB3; }
a { background-color: rgb(73,76,179); }
div.DivClassName
{
background-color: #494CB3;
}
.BgClassName
{
background-color: #494CB3;
}
</style>
border-color css
<style>
span { border-color: #494CB3; }
span { border-color: rgb(73,76,179); }
td.TdClassName
{
border-color: #494CB3;
}
.TagClassName
{
border-color: #494CB3;
}
</style>