Shades of Royal Blue #4272DC
Tints of Royal Blue #4272DC
RGB
CMYK
RGB Variations
Color information
#4272DC (or 0x4272DC) is known color: Royal Blue. HEX triplet: 42, 72 and DC. RGB value is (66,114,220). Sum of RGB (Red+Green+Blue) = 66+114+220=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #4272DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272DC is #BD8D23. Grayscale: #6F6F6F. Windows color (decimal): -12422436 or 14447170. OLE color: 14447170.
HSL color Cylindrical-coordinate representation of color #4272DC: hue angle of 221.3º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4272DC is Cyan = 0.7, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 114 | 220 | - |
| CMYK | 0.7 | 0.48 | 0 | 0.14 |
| HSL | 221.3º | 0.69% | 0.56% | - |
| HSV(B) | 221.3º | 0.7% | 0.86% | - |
| XYZ | 21.18 | 18.36 | 70.14 | - |
| YUV | 111.73 | 189.1 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 220 | 0.7 | 0.48 | 0 | 0.14 | 221.3 | 0.69 | 0.56 |
| Hex | 42 | 72 | DC | 46 | 30 | 0 | E | DD | 45 | 38 |
| Octal | 102 | 162 | 334 | 106 | 60 | 0 | 16 | 335 | 105 | 70 |
| Binary | 1000010 | 1110010 | 11011100 | 1000110 | 110000 | 0 | 1110 | 11011101 | 1000101 | 111000 |
Color Harmonies of #4272DC
Complementary color
Monochromatic Colors of #4272DC
Black with #4272DC
Text Example
Text Example
White with #4272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272DC; }
p { color: rgb(66,114,220); }
H1.HeaderClassName
{
color: #4272DC;
}
.AnyTagClassName
{
color: #4272DC;
}
</style>
background-color css
<style>
a { background-color: #4272DC; }
a { background-color: rgb(66,114,220); }
div.DivClassName
{
background-color: #4272DC;
}
.BgClassName
{
background-color: #4272DC;
}
</style>
border-color css
<style>
span { border-color: #4272DC; }
span { border-color: rgb(66,114,220); }
td.TdClassName
{
border-color: #4272DC;
}
.TagClassName
{
border-color: #4272DC;
}
</style>