Shades of Royal Blue #4B72CE
Tints of Royal Blue #4B72CE
RGB
CMYK
RGB Variations
Color information
#4B72CE (or 0x4B72CE) is known color: Royal Blue. HEX triplet: 4B, 72 and CE. RGB value is (75,114,206). Sum of RGB (Red+Green+Blue) = 75+114+206=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72CE is #B48D31. Grayscale: #707070. Windows color (decimal): -11832626 or 13529675. OLE color: 13529675.
HSL color Cylindrical-coordinate representation of color #4B72CE: hue angle of 222.14º 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 #4B72CE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 114 | 206 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.19 |
| HSL | 222.14º | 0.57% | 0.55% | - |
| HSV(B) | 222.14º | 0.64% | 0.81% | - |
| XYZ | 20.06 | 17.99 | 60.81 | - |
| YUV | 112.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 206 | 0.64 | 0.45 | 0 | 0.19 | 222.14 | 0.57 | 0.55 |
| Hex | 4B | 72 | CE | 40 | 2D | 0 | 13 | DE | 39 | 37 |
| Octal | 113 | 162 | 316 | 100 | 55 | 0 | 23 | 336 | 71 | 67 |
| Binary | 1001011 | 1110010 | 11001110 | 1000000 | 101101 | 0 | 10011 | 11011110 | 111001 | 110111 |
Color Harmonies of #4B72CE
Complementary color
Monochromatic Colors of #4B72CE
Black with #4B72CE
Text Example
Text Example
White with #4B72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B72CE; }
p { color: rgb(75,114,206); }
H1.HeaderClassName
{
color: #4B72CE;
}
.AnyTagClassName
{
color: #4B72CE;
}
</style>
background-color css
<style>
a { background-color: #4B72CE; }
a { background-color: rgb(75,114,206); }
div.DivClassName
{
background-color: #4B72CE;
}
.BgClassName
{
background-color: #4B72CE;
}
</style>
border-color css
<style>
span { border-color: #4B72CE; }
span { border-color: rgb(75,114,206); }
td.TdClassName
{
border-color: #4B72CE;
}
.TagClassName
{
border-color: #4B72CE;
}
</style>