Shades of Royal Blue #4273DD
Tints of Royal Blue #4273DD
RGB
CMYK
RGB Variations
Color information
#4273DD (or 0x4273DD) is known color: Royal Blue. HEX triplet: 42, 73 and DD. RGB value is (66,115,221). Sum of RGB (Red+Green+Blue) = 66+115+221=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #4273DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273DD is #BD8C22. Grayscale: #6F6F6F. Windows color (decimal): -12422179 or 14512962. OLE color: 14512962.
HSL color Cylindrical-coordinate representation of color #4273DD: hue angle of 221.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4273DD is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 115 | 221 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.13 |
| HSL | 221.03º | 0.7% | 0.56% | - |
| HSV(B) | 221.03º | 0.7% | 0.87% | - |
| XYZ | 21.43 | 18.64 | 70.88 | - |
| YUV | 112.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 221 | 0.70 | 0.48 | 0 | 0.13 | 221.03 | 0.7 | 0.56 |
| Hex | 42 | 73 | DD | 46 | 30 | 0 | D | DD | 46 | 38 |
| Octal | 102 | 163 | 335 | 106 | 60 | 0 | 15 | 335 | 106 | 70 |
| Binary | 1000010 | 1110011 | 11011101 | 1000110 | 110000 | 0 | 1101 | 11011101 | 1000110 | 111000 |
Color Harmonies of #4273DD
Complementary color
Monochromatic Colors of #4273DD
Black with #4273DD
Text Example
Text Example
White with #4273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273DD; }
p { color: rgb(66,115,221); }
H1.HeaderClassName
{
color: #4273DD;
}
.AnyTagClassName
{
color: #4273DD;
}
</style>
background-color css
<style>
a { background-color: #4273DD; }
a { background-color: rgb(66,115,221); }
div.DivClassName
{
background-color: #4273DD;
}
.BgClassName
{
background-color: #4273DD;
}
</style>
border-color css
<style>
span { border-color: #4273DD; }
span { border-color: rgb(66,115,221); }
td.TdClassName
{
border-color: #4273DD;
}
.TagClassName
{
border-color: #4273DD;
}
</style>