Shades of Royal Blue #4A72CE
Tints of Royal Blue #4A72CE
RGB
CMYK
RGB Variations
Color information
#4A72CE (or 0x4A72CE) is known color: Royal Blue. HEX triplet: 4A, 72 and CE. RGB value is (74,114,206). Sum of RGB (Red+Green+Blue) = 74+114+206=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A72CE is #B58D31. Grayscale: #707070. Windows color (decimal): -11898162 or 13529674. OLE color: 13529674.
HSL color Cylindrical-coordinate representation of color #4A72CE: hue angle of 221.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A72CE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 114 | 206 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.19 |
| HSL | 221.82º | 0.57% | 0.55% | - |
| HSV(B) | 221.82º | 0.64% | 0.81% | - |
| XYZ | 19.98 | 17.95 | 60.8 | - |
| YUV | 112.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 206 | 0.64 | 0.45 | 0 | 0.19 | 221.82 | 0.57 | 0.55 |
| Hex | 4A | 72 | CE | 40 | 2D | 0 | 13 | DE | 39 | 37 |
| Octal | 112 | 162 | 316 | 100 | 55 | 0 | 23 | 336 | 71 | 67 |
| Binary | 1001010 | 1110010 | 11001110 | 1000000 | 101101 | 0 | 10011 | 11011110 | 111001 | 110111 |
Color Harmonies of #4A72CE
Complementary color
Monochromatic Colors of #4A72CE
Black with #4A72CE
Text Example
Text Example
White with #4A72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A72CE; }
p { color: rgb(74,114,206); }
H1.HeaderClassName
{
color: #4A72CE;
}
.AnyTagClassName
{
color: #4A72CE;
}
</style>
background-color css
<style>
a { background-color: #4A72CE; }
a { background-color: rgb(74,114,206); }
div.DivClassName
{
background-color: #4A72CE;
}
.BgClassName
{
background-color: #4A72CE;
}
</style>
border-color css
<style>
span { border-color: #4A72CE; }
span { border-color: rgb(74,114,206); }
td.TdClassName
{
border-color: #4A72CE;
}
.TagClassName
{
border-color: #4A72CE;
}
</style>