Shades of Royal Blue #4271CA
Tints of Royal Blue #4271CA
RGB
CMYK
RGB Variations
Color information
#4271CA (or 0x4271CA) is known color: Royal Blue. HEX triplet: 42, 71 and CA. RGB value is (66,113,202). Sum of RGB (Red+Green+Blue) = 66+113+202=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #4271CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271CA is #BD8E35. Grayscale: #6C6C6C. Windows color (decimal): -12422710 or 13267266. OLE color: 13267266.
HSL color Cylindrical-coordinate representation of color #4271CA: hue angle of 219.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4271CA is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 113 | 202 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.21 |
| HSL | 219.26º | 0.56% | 0.53% | - |
| HSV(B) | 219.26º | 0.67% | 0.79% | - |
| XYZ | 18.81 | 17.23 | 58.21 | - |
| YUV | 109.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 202 | 0.67 | 0.44 | 0 | 0.21 | 219.26 | 0.56 | 0.53 |
| Hex | 42 | 71 | CA | 43 | 2C | 0 | 15 | DB | 38 | 35 |
| Octal | 102 | 161 | 312 | 103 | 54 | 0 | 25 | 333 | 70 | 65 |
| Binary | 1000010 | 1110001 | 11001010 | 1000011 | 101100 | 0 | 10101 | 11011011 | 111000 | 110101 |
Color Harmonies of #4271CA
Complementary color
Monochromatic Colors of #4271CA
Black with #4271CA
Text Example
Text Example
White with #4271CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271CA; }
p { color: rgb(66,113,202); }
H1.HeaderClassName
{
color: #4271CA;
}
.AnyTagClassName
{
color: #4271CA;
}
</style>
background-color css
<style>
a { background-color: #4271CA; }
a { background-color: rgb(66,113,202); }
div.DivClassName
{
background-color: #4271CA;
}
.BgClassName
{
background-color: #4271CA;
}
</style>
border-color css
<style>
span { border-color: #4271CA; }
span { border-color: rgb(66,113,202); }
td.TdClassName
{
border-color: #4271CA;
}
.TagClassName
{
border-color: #4271CA;
}
</style>