Shades of Royal Blue #4261E9
Tints of Royal Blue #4261E9
RGB
CMYK
RGB Variations
Color information
#4261E9 (or 0x4261E9) is known color: Royal Blue. HEX triplet: 42, 61 and E9. RGB value is (66,97,233). Sum of RGB (Red+Green+Blue) = 66+97+233=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #4261E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4261E9 is #BD9E16. Grayscale: #666666. Windows color (decimal): -12426775 or 15294786. OLE color: 15294786.
HSL color Cylindrical-coordinate representation of color #4261E9: hue angle of 228.86º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4261E9 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 97 | 233 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.09 |
| HSL | 228.86º | 0.79% | 0.59% | - |
| HSV(B) | 228.86º | 0.72% | 0.91% | - |
| XYZ | 21.23 | 15.59 | 78.98 | - |
| YUV | 103.24 | 201.23 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 233 | 0.72 | 0.58 | 0 | 0.09 | 228.86 | 0.79 | 0.59 |
| Hex | 42 | 61 | E9 | 48 | 3A | 0 | 9 | E5 | 4F | 3B |
| Octal | 102 | 141 | 351 | 110 | 72 | 0 | 11 | 345 | 117 | 73 |
| Binary | 1000010 | 1100001 | 11101001 | 1001000 | 111010 | 0 | 1001 | 11100101 | 1001111 | 111011 |
Color Harmonies of #4261E9
Complementary color
Monochromatic Colors of #4261E9
Black with #4261E9
Text Example
Text Example
White with #4261E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4261E9; }
p { color: rgb(66,97,233); }
H1.HeaderClassName
{
color: #4261E9;
}
.AnyTagClassName
{
color: #4261E9;
}
</style>
background-color css
<style>
a { background-color: #4261E9; }
a { background-color: rgb(66,97,233); }
div.DivClassName
{
background-color: #4261E9;
}
.BgClassName
{
background-color: #4261E9;
}
</style>
border-color css
<style>
span { border-color: #4261E9; }
span { border-color: rgb(66,97,233); }
td.TdClassName
{
border-color: #4261E9;
}
.TagClassName
{
border-color: #4261E9;
}
</style>