Shades of Royal Blue #4373D5
Tints of Royal Blue #4373D5
RGB
CMYK
RGB Variations
Color information
#4373D5 (or 0x4373D5) is known color: Royal Blue. HEX triplet: 43, 73 and D5. RGB value is (67,115,213). Sum of RGB (Red+Green+Blue) = 67+115+213=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #4373D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373D5 is #BC8C2A. Grayscale: #6F6F6F. Windows color (decimal): -12356651 or 13988675. OLE color: 13988675.
HSL color Cylindrical-coordinate representation of color #4373D5: hue angle of 220.27º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4373D5 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 115 | 213 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.16 |
| HSL | 220.27º | 0.63% | 0.55% | - |
| HSV(B) | 220.27º | 0.69% | 0.84% | - |
| XYZ | 20.46 | 18.26 | 65.4 | - |
| YUV | 111.82 | 185.1 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 213 | 0.69 | 0.46 | 0 | 0.16 | 220.27 | 0.63 | 0.55 |
| Hex | 43 | 73 | D5 | 45 | 2E | 0 | 10 | DC | 3F | 37 |
| Octal | 103 | 163 | 325 | 105 | 56 | 0 | 20 | 334 | 77 | 67 |
| Binary | 1000011 | 1110011 | 11010101 | 1000101 | 101110 | 0 | 10000 | 11011100 | 111111 | 110111 |
Color Harmonies of #4373D5
Complementary color
Monochromatic Colors of #4373D5
Black with #4373D5
Text Example
Text Example
White with #4373D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373D5; }
p { color: rgb(67,115,213); }
H1.HeaderClassName
{
color: #4373D5;
}
.AnyTagClassName
{
color: #4373D5;
}
</style>
background-color css
<style>
a { background-color: #4373D5; }
a { background-color: rgb(67,115,213); }
div.DivClassName
{
background-color: #4373D5;
}
.BgClassName
{
background-color: #4373D5;
}
</style>
border-color css
<style>
span { border-color: #4373D5; }
span { border-color: rgb(67,115,213); }
td.TdClassName
{
border-color: #4373D5;
}
.TagClassName
{
border-color: #4373D5;
}
</style>