Shades of Royal Blue #4061DA
Tints of Royal Blue #4061DA
RGB
CMYK
RGB Variations
Color information
#4061DA (or 0x4061DA) is known color: Royal Blue. HEX triplet: 40, 61 and DA. RGB value is (64,97,218). Sum of RGB (Red+Green+Blue) = 64+97+218=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #4061DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061DA is #BF9E25. Grayscale: #646464. Windows color (decimal): -12557862 or 14311744. OLE color: 14311744.
HSL color Cylindrical-coordinate representation of color #4061DA: hue angle of 227.14º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4061DA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 97 | 218 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.15 |
| HSL | 227.14º | 0.68% | 0.55% | - |
| HSV(B) | 227.14º | 0.71% | 0.85% | - |
| XYZ | 19.04 | 14.7 | 68.16 | - |
| YUV | 100.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 218 | 0.71 | 0.56 | 0 | 0.15 | 227.14 | 0.68 | 0.55 |
| Hex | 40 | 61 | DA | 47 | 38 | 0 | F | E3 | 44 | 37 |
| Octal | 100 | 141 | 332 | 107 | 70 | 0 | 17 | 343 | 104 | 67 |
| Binary | 1000000 | 1100001 | 11011010 | 1000111 | 111000 | 0 | 1111 | 11100011 | 1000100 | 110111 |
Color Harmonies of #4061DA
Complementary color
Monochromatic Colors of #4061DA
Black with #4061DA
Text Example
Text Example
White with #4061DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4061DA; }
p { color: rgb(64,97,218); }
H1.HeaderClassName
{
color: #4061DA;
}
.AnyTagClassName
{
color: #4061DA;
}
</style>
background-color css
<style>
a { background-color: #4061DA; }
a { background-color: rgb(64,97,218); }
div.DivClassName
{
background-color: #4061DA;
}
.BgClassName
{
background-color: #4061DA;
}
</style>
border-color css
<style>
span { border-color: #4061DA; }
span { border-color: rgb(64,97,218); }
td.TdClassName
{
border-color: #4061DA;
}
.TagClassName
{
border-color: #4061DA;
}
</style>