Shades of Royal Blue #4472CE
Tints of Royal Blue #4472CE
RGB
CMYK
RGB Variations
Color information
#4472CE (or 0x4472CE) is known color: Royal Blue. HEX triplet: 44, 72 and CE. RGB value is (68,114,206). Sum of RGB (Red+Green+Blue) = 68+114+206=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #4472CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472CE is #BB8D31. Grayscale: #6E6E6E. Windows color (decimal): -12291378 or 13529668. OLE color: 13529668.
HSL color Cylindrical-coordinate representation of color #4472CE: hue angle of 220º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4472CE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 114 | 206 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.19 |
| HSL | 220º | 0.58% | 0.54% | - |
| HSV(B) | 220º | 0.67% | 0.81% | - |
| XYZ | 19.54 | 17.72 | 60.78 | - |
| YUV | 110.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 206 | 0.67 | 0.45 | 0 | 0.19 | 220 | 0.58 | 0.54 |
| Hex | 44 | 72 | CE | 43 | 2D | 0 | 13 | DC | 3A | 36 |
| Octal | 104 | 162 | 316 | 103 | 55 | 0 | 23 | 334 | 72 | 66 |
| Binary | 1000100 | 1110010 | 11001110 | 1000011 | 101101 | 0 | 10011 | 11011100 | 111010 | 110110 |
Color Harmonies of #4472CE
Complementary color
Monochromatic Colors of #4472CE
Black with #4472CE
Text Example
Text Example
White with #4472CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472CE; }
p { color: rgb(68,114,206); }
H1.HeaderClassName
{
color: #4472CE;
}
.AnyTagClassName
{
color: #4472CE;
}
</style>
background-color css
<style>
a { background-color: #4472CE; }
a { background-color: rgb(68,114,206); }
div.DivClassName
{
background-color: #4472CE;
}
.BgClassName
{
background-color: #4472CE;
}
</style>
border-color css
<style>
span { border-color: #4472CE; }
span { border-color: rgb(68,114,206); }
td.TdClassName
{
border-color: #4472CE;
}
.TagClassName
{
border-color: #4472CE;
}
</style>