Shades of Royal Blue #4073CD
Tints of Royal Blue #4073CD
RGB
CMYK
RGB Variations
Color information
#4073CD (or 0x4073CD) is known color: Royal Blue. HEX triplet: 40, 73 and CD. RGB value is (64,115,205). Sum of RGB (Red+Green+Blue) = 64+115+205=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #4073CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073CD is #BF8C32. Grayscale: #6D6D6D. Windows color (decimal): -12553267 or 13464384. OLE color: 13464384.
HSL color Cylindrical-coordinate representation of color #4073CD: hue angle of 218.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4073CD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 115 | 205 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.20 |
| HSL | 218.3º | 0.59% | 0.53% | - |
| HSV(B) | 218.3º | 0.69% | 0.8% | - |
| XYZ | 19.26 | 17.76 | 60.17 | - |
| YUV | 110.01 | 181.6 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 205 | 0.69 | 0.44 | 0 | 0.20 | 218.3 | 0.59 | 0.53 |
| Hex | 40 | 73 | CD | 45 | 2C | 0 | 14 | DA | 3B | 35 |
| Octal | 100 | 163 | 315 | 105 | 54 | 0 | 24 | 332 | 73 | 65 |
| Binary | 1000000 | 1110011 | 11001101 | 1000101 | 101100 | 0 | 10100 | 11011010 | 111011 | 110101 |
Color Harmonies of #4073CD
Complementary color
Monochromatic Colors of #4073CD
Black with #4073CD
Text Example
Text Example
White with #4073CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073CD; }
p { color: rgb(64,115,205); }
H1.HeaderClassName
{
color: #4073CD;
}
.AnyTagClassName
{
color: #4073CD;
}
</style>
background-color css
<style>
a { background-color: #4073CD; }
a { background-color: rgb(64,115,205); }
div.DivClassName
{
background-color: #4073CD;
}
.BgClassName
{
background-color: #4073CD;
}
</style>
border-color css
<style>
span { border-color: #4073CD; }
span { border-color: rgb(64,115,205); }
td.TdClassName
{
border-color: #4073CD;
}
.TagClassName
{
border-color: #4073CD;
}
</style>