Shades of Royal Blue #4271CC
Tints of Royal Blue #4271CC
RGB
CMYK
RGB Variations
Color information
#4271CC (or 0x4271CC) is known color: Royal Blue. HEX triplet: 42, 71 and CC. RGB value is (66,113,204). Sum of RGB (Red+Green+Blue) = 66+113+204=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #4271CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271CC is #BD8E33. Grayscale: #6C6C6C. Windows color (decimal): -12422708 or 13398338. OLE color: 13398338.
HSL color Cylindrical-coordinate representation of color #4271CC: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4271CC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 113 | 204 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.2 |
| HSL | 219.57º | 0.58% | 0.53% | - |
| HSV(B) | 219.57º | 0.68% | 0.8% | - |
| XYZ | 19.05 | 17.33 | 59.47 | - |
| YUV | 109.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 204 | 0.68 | 0.45 | 0 | 0.2 | 219.57 | 0.58 | 0.53 |
| Hex | 42 | 71 | CC | 44 | 2D | 0 | 14 | DC | 3A | 35 |
| Octal | 102 | 161 | 314 | 104 | 55 | 0 | 24 | 334 | 72 | 65 |
| Binary | 1000010 | 1110001 | 11001100 | 1000100 | 101101 | 0 | 10100 | 11011100 | 111010 | 110101 |
Color Harmonies of #4271CC
Complementary color
Monochromatic Colors of #4271CC
Black with #4271CC
Text Example
Text Example
White with #4271CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271CC; }
p { color: rgb(66,113,204); }
H1.HeaderClassName
{
color: #4271CC;
}
.AnyTagClassName
{
color: #4271CC;
}
</style>
background-color css
<style>
a { background-color: #4271CC; }
a { background-color: rgb(66,113,204); }
div.DivClassName
{
background-color: #4271CC;
}
.BgClassName
{
background-color: #4271CC;
}
</style>
border-color css
<style>
span { border-color: #4271CC; }
span { border-color: rgb(66,113,204); }
td.TdClassName
{
border-color: #4271CC;
}
.TagClassName
{
border-color: #4271CC;
}
</style>