Shades of Royal Blue #4061DC
Tints of Royal Blue #4061DC
RGB
CMYK
RGB Variations
Color information
#4061DC (or 0x4061DC) is known color: Royal Blue. HEX triplet: 40, 61 and DC. RGB value is (64,97,220). Sum of RGB (Red+Green+Blue) = 64+97+220=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #4061DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061DC is #BF9E23. Grayscale: #646464. Windows color (decimal): -12557860 or 14442816. OLE color: 14442816.
HSL color Cylindrical-coordinate representation of color #4061DC: hue angle of 227.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4061DC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 97 | 220 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.14 |
| HSL | 227.31º | 0.69% | 0.56% | - |
| HSV(B) | 227.31º | 0.71% | 0.86% | - |
| XYZ | 19.31 | 14.81 | 69.55 | - |
| YUV | 101.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 220 | 0.71 | 0.56 | 0 | 0.14 | 227.31 | 0.69 | 0.56 |
| Hex | 40 | 61 | DC | 47 | 38 | 0 | E | E3 | 45 | 38 |
| Octal | 100 | 141 | 334 | 107 | 70 | 0 | 16 | 343 | 105 | 70 |
| Binary | 1000000 | 1100001 | 11011100 | 1000111 | 111000 | 0 | 1110 | 11100011 | 1000101 | 111000 |
Color Harmonies of #4061DC
Complementary color
Monochromatic Colors of #4061DC
Black with #4061DC
Text Example
Text Example
White with #4061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4061DC; }
p { color: rgb(64,97,220); }
H1.HeaderClassName
{
color: #4061DC;
}
.AnyTagClassName
{
color: #4061DC;
}
</style>
background-color css
<style>
a { background-color: #4061DC; }
a { background-color: rgb(64,97,220); }
div.DivClassName
{
background-color: #4061DC;
}
.BgClassName
{
background-color: #4061DC;
}
</style>
border-color css
<style>
span { border-color: #4061DC; }
span { border-color: rgb(64,97,220); }
td.TdClassName
{
border-color: #4061DC;
}
.TagClassName
{
border-color: #4061DC;
}
</style>