Shades of Royal Blue #4273DC
Tints of Royal Blue #4273DC
RGB
CMYK
RGB Variations
Color information
#4273DC (or 0x4273DC) is known color: Royal Blue. HEX triplet: 42, 73 and DC. RGB value is (66,115,220). Sum of RGB (Red+Green+Blue) = 66+115+220=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #4273DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273DC is #BD8C23. Grayscale: #6F6F6F. Windows color (decimal): -12422180 or 14447426. OLE color: 14447426.
HSL color Cylindrical-coordinate representation of color #4273DC: hue angle of 220.91º 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 #4273DC is Cyan = 0.7, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 115 | 220 | - |
| CMYK | 0.7 | 0.48 | 0 | 0.14 |
| HSL | 220.91º | 0.69% | 0.56% | - |
| HSV(B) | 220.91º | 0.7% | 0.86% | - |
| XYZ | 21.3 | 18.59 | 70.18 | - |
| YUV | 112.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 220 | 0.7 | 0.48 | 0 | 0.14 | 220.91 | 0.69 | 0.56 |
| Hex | 42 | 73 | DC | 46 | 30 | 0 | E | DD | 45 | 38 |
| Octal | 102 | 163 | 334 | 106 | 60 | 0 | 16 | 335 | 105 | 70 |
| Binary | 1000010 | 1110011 | 11011100 | 1000110 | 110000 | 0 | 1110 | 11011101 | 1000101 | 111000 |
Color Harmonies of #4273DC
Complementary color
Monochromatic Colors of #4273DC
Black with #4273DC
Text Example
Text Example
White with #4273DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273DC; }
p { color: rgb(66,115,220); }
H1.HeaderClassName
{
color: #4273DC;
}
.AnyTagClassName
{
color: #4273DC;
}
</style>
background-color css
<style>
a { background-color: #4273DC; }
a { background-color: rgb(66,115,220); }
div.DivClassName
{
background-color: #4273DC;
}
.BgClassName
{
background-color: #4273DC;
}
</style>
border-color css
<style>
span { border-color: #4273DC; }
span { border-color: rgb(66,115,220); }
td.TdClassName
{
border-color: #4273DC;
}
.TagClassName
{
border-color: #4273DC;
}
</style>