Shades of Royal Blue #4273DB
Tints of Royal Blue #4273DB
RGB
CMYK
RGB Variations
Color information
#4273DB (or 0x4273DB) is known color: Royal Blue. HEX triplet: 42, 73 and DB. RGB value is (66,115,219). Sum of RGB (Red+Green+Blue) = 66+115+219=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #4273DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273DB is #BD8C24. Grayscale: #6F6F6F. Windows color (decimal): -12422181 or 14381890. OLE color: 14381890.
HSL color Cylindrical-coordinate representation of color #4273DB: hue angle of 220.78º degrees, saturation: 0.68, 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 #4273DB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 115 | 219 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.14 |
| HSL | 220.78º | 0.68% | 0.56% | - |
| HSV(B) | 220.78º | 0.7% | 0.86% | - |
| XYZ | 21.16 | 18.53 | 69.48 | - |
| YUV | 112.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 219 | 0.70 | 0.47 | 0 | 0.14 | 220.78 | 0.68 | 0.56 |
| Hex | 42 | 73 | DB | 46 | 2F | 0 | E | DD | 44 | 38 |
| Octal | 102 | 163 | 333 | 106 | 57 | 0 | 16 | 335 | 104 | 70 |
| Binary | 1000010 | 1110011 | 11011011 | 1000110 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111000 |
Color Harmonies of #4273DB
Complementary color
Monochromatic Colors of #4273DB
Black with #4273DB
Text Example
Text Example
White with #4273DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273DB; }
p { color: rgb(66,115,219); }
H1.HeaderClassName
{
color: #4273DB;
}
.AnyTagClassName
{
color: #4273DB;
}
</style>
background-color css
<style>
a { background-color: #4273DB; }
a { background-color: rgb(66,115,219); }
div.DivClassName
{
background-color: #4273DB;
}
.BgClassName
{
background-color: #4273DB;
}
</style>
border-color css
<style>
span { border-color: #4273DB; }
span { border-color: rgb(66,115,219); }
td.TdClassName
{
border-color: #4273DB;
}
.TagClassName
{
border-color: #4273DB;
}
</style>