Shades of Royal Blue #4272CE
Tints of Royal Blue #4272CE
RGB
CMYK
RGB Variations
Color information
#4272CE (or 0x4272CE) is known color: Royal Blue. HEX triplet: 42, 72 and CE. RGB value is (66,114,206). Sum of RGB (Red+Green+Blue) = 66+114+206=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #4272CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272CE is #BD8D31. Grayscale: #6D6D6D. Windows color (decimal): -12422450 or 13529666. OLE color: 13529666.
HSL color Cylindrical-coordinate representation of color #4272CE: hue angle of 219.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4272CE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 114 | 206 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.19 |
| HSL | 219.43º | 0.59% | 0.53% | - |
| HSV(B) | 219.43º | 0.68% | 0.81% | - |
| XYZ | 19.4 | 17.65 | 60.78 | - |
| YUV | 110.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 206 | 0.68 | 0.45 | 0 | 0.19 | 219.43 | 0.59 | 0.53 |
| Hex | 42 | 72 | CE | 44 | 2D | 0 | 13 | DB | 3B | 35 |
| Octal | 102 | 162 | 316 | 104 | 55 | 0 | 23 | 333 | 73 | 65 |
| Binary | 1000010 | 1110010 | 11001110 | 1000100 | 101101 | 0 | 10011 | 11011011 | 111011 | 110101 |
Color Harmonies of #4272CE
Complementary color
Monochromatic Colors of #4272CE
Black with #4272CE
Text Example
Text Example
White with #4272CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272CE; }
p { color: rgb(66,114,206); }
H1.HeaderClassName
{
color: #4272CE;
}
.AnyTagClassName
{
color: #4272CE;
}
</style>
background-color css
<style>
a { background-color: #4272CE; }
a { background-color: rgb(66,114,206); }
div.DivClassName
{
background-color: #4272CE;
}
.BgClassName
{
background-color: #4272CE;
}
</style>
border-color css
<style>
span { border-color: #4272CE; }
span { border-color: rgb(66,114,206); }
td.TdClassName
{
border-color: #4272CE;
}
.TagClassName
{
border-color: #4272CE;
}
</style>