Shades of Rich Blue #4952B3
Tints of Rich Blue #4952B3
RGB
CMYK
RGB Variations
Color information
#4952B3 (or 0x4952B3) is known color: Rich Blue. HEX triplet: 49, 52 and B3. RGB value is (73,82,179). Sum of RGB (Red+Green+Blue) = 73+82+179=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #4952B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952B3 is #B6AD4C. Grayscale: #595959. Windows color (decimal): -11971917 or 11752009. OLE color: 11752009.
HSL color Cylindrical-coordinate representation of color #4952B3: hue angle of 234.91º 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 #4952B3 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 82 | 179 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.30 |
| HSL | 234.91º | 0.42% | 0.49% | - |
| HSV(B) | 234.91º | 0.59% | 0.7% | - |
| XYZ | 13.9 | 10.71 | 43.98 | - |
| YUV | 90.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 179 | 0.59 | 0.54 | 0 | 0.30 | 234.91 | 0.42 | 0.49 |
| Hex | 49 | 52 | B3 | 3B | 36 | 0 | 1E | EB | 2A | 31 |
| Octal | 111 | 122 | 263 | 73 | 66 | 0 | 36 | 353 | 52 | 61 |
| Binary | 1001001 | 1010010 | 10110011 | 111011 | 110110 | 0 | 11110 | 11101011 | 101010 | 110001 |
Color Harmonies of #4952B3
Complementary color
Monochromatic Colors of #4952B3
Black with #4952B3
Text Example
Text Example
White with #4952B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952B3; }
p { color: rgb(73,82,179); }
H1.HeaderClassName
{
color: #4952B3;
}
.AnyTagClassName
{
color: #4952B3;
}
</style>
background-color css
<style>
a { background-color: #4952B3; }
a { background-color: rgb(73,82,179); }
div.DivClassName
{
background-color: #4952B3;
}
.BgClassName
{
background-color: #4952B3;
}
</style>
border-color css
<style>
span { border-color: #4952B3; }
span { border-color: rgb(73,82,179); }
td.TdClassName
{
border-color: #4952B3;
}
.TagClassName
{
border-color: #4952B3;
}
</style>