Shades of Royal Blue #4373CB
Tints of Royal Blue #4373CB
RGB
CMYK
RGB Variations
Color information
#4373CB (or 0x4373CB) is known color: Royal Blue. HEX triplet: 43, 73 and CB. RGB value is (67,115,203). Sum of RGB (Red+Green+Blue) = 67+115+203=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4373CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373CB is #BC8C34. Grayscale: #6E6E6E. Windows color (decimal): -12356661 or 13333315. OLE color: 13333315.
HSL color Cylindrical-coordinate representation of color #4373CB: hue angle of 218.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4373CB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 115 | 203 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.20 |
| HSL | 218.82º | 0.57% | 0.53% | - |
| HSV(B) | 218.82º | 0.67% | 0.8% | - |
| XYZ | 19.22 | 17.77 | 58.92 | - |
| YUV | 110.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 203 | 0.67 | 0.43 | 0 | 0.20 | 218.82 | 0.57 | 0.53 |
| Hex | 43 | 73 | CB | 43 | 2B | 0 | 14 | DB | 39 | 35 |
| Octal | 103 | 163 | 313 | 103 | 53 | 0 | 24 | 333 | 71 | 65 |
| Binary | 1000011 | 1110011 | 11001011 | 1000011 | 101011 | 0 | 10100 | 11011011 | 111001 | 110101 |
Color Harmonies of #4373CB
Complementary color
Monochromatic Colors of #4373CB
Black with #4373CB
Text Example
Text Example
White with #4373CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373CB; }
p { color: rgb(67,115,203); }
H1.HeaderClassName
{
color: #4373CB;
}
.AnyTagClassName
{
color: #4373CB;
}
</style>
background-color css
<style>
a { background-color: #4373CB; }
a { background-color: rgb(67,115,203); }
div.DivClassName
{
background-color: #4373CB;
}
.BgClassName
{
background-color: #4373CB;
}
</style>
border-color css
<style>
span { border-color: #4373CB; }
span { border-color: rgb(67,115,203); }
td.TdClassName
{
border-color: #4373CB;
}
.TagClassName
{
border-color: #4373CB;
}
</style>