Shades of Rich Blue #4952AC
Tints of Rich Blue #4952AC
RGB
CMYK
RGB Variations
Color information
#4952AC (or 0x4952AC) is known color: Rich Blue. HEX triplet: 49, 52 and AC. RGB value is (73,82,172). Sum of RGB (Red+Green+Blue) = 73+82+172=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #4952AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4952AC is #B6AD53. Grayscale: #595959. Windows color (decimal): -11971924 or 11293257. OLE color: 11293257.
HSL color Cylindrical-coordinate representation of color #4952AC: hue angle of 234.55º 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 #4952AC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 82 | 172 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.33 |
| HSL | 234.55º | 0.4% | 0.48% | - |
| HSV(B) | 234.55º | 0.58% | 0.67% | - |
| XYZ | 13.21 | 10.43 | 40.35 | - |
| YUV | 89.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 172 | 0.58 | 0.52 | 0 | 0.33 | 234.55 | 0.4 | 0.48 |
| Hex | 49 | 52 | AC | 3A | 34 | 0 | 21 | EB | 28 | 30 |
| Octal | 111 | 122 | 254 | 72 | 64 | 0 | 41 | 353 | 50 | 60 |
| Binary | 1001001 | 1010010 | 10101100 | 111010 | 110100 | 0 | 100001 | 11101011 | 101000 | 110000 |
Color Harmonies of #4952AC
Complementary color
Monochromatic Colors of #4952AC
Black with #4952AC
Text Example
Text Example
White with #4952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952AC; }
p { color: rgb(73,82,172); }
H1.HeaderClassName
{
color: #4952AC;
}
.AnyTagClassName
{
color: #4952AC;
}
</style>
background-color css
<style>
a { background-color: #4952AC; }
a { background-color: rgb(73,82,172); }
div.DivClassName
{
background-color: #4952AC;
}
.BgClassName
{
background-color: #4952AC;
}
</style>
border-color css
<style>
span { border-color: #4952AC; }
span { border-color: rgb(73,82,172); }
td.TdClassName
{
border-color: #4952AC;
}
.TagClassName
{
border-color: #4952AC;
}
</style>