Shades of Royal Blue #4373DC
Tints of Royal Blue #4373DC
RGB
CMYK
RGB Variations
Color information
#4373DC (or 0x4373DC) is known color: Royal Blue. HEX triplet: 43, 73 and DC. RGB value is (67,115,220). Sum of RGB (Red+Green+Blue) = 67+115+220=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #4373DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373DC is #BC8C23. Grayscale: #707070. Windows color (decimal): -12356644 or 14447427. OLE color: 14447427.
HSL color Cylindrical-coordinate representation of color #4373DC: hue angle of 221.18º 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 #4373DC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 115 | 220 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.14 |
| HSL | 221.18º | 0.69% | 0.56% | - |
| HSV(B) | 221.18º | 0.7% | 0.86% | - |
| XYZ | 21.36 | 18.62 | 70.18 | - |
| YUV | 112.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 220 | 0.70 | 0.48 | 0 | 0.14 | 221.18 | 0.69 | 0.56 |
| Hex | 43 | 73 | DC | 46 | 30 | 0 | E | DD | 45 | 38 |
| Octal | 103 | 163 | 334 | 106 | 60 | 0 | 16 | 335 | 105 | 70 |
| Binary | 1000011 | 1110011 | 11011100 | 1000110 | 110000 | 0 | 1110 | 11011101 | 1000101 | 111000 |
Color Harmonies of #4373DC
Complementary color
Monochromatic Colors of #4373DC
Black with #4373DC
Text Example
Text Example
White with #4373DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373DC; }
p { color: rgb(67,115,220); }
H1.HeaderClassName
{
color: #4373DC;
}
.AnyTagClassName
{
color: #4373DC;
}
</style>
background-color css
<style>
a { background-color: #4373DC; }
a { background-color: rgb(67,115,220); }
div.DivClassName
{
background-color: #4373DC;
}
.BgClassName
{
background-color: #4373DC;
}
</style>
border-color css
<style>
span { border-color: #4373DC; }
span { border-color: rgb(67,115,220); }
td.TdClassName
{
border-color: #4373DC;
}
.TagClassName
{
border-color: #4373DC;
}
</style>