Shades of Royal Blue #4669E5
Tints of Royal Blue #4669E5
RGB
CMYK
RGB Variations
Color information
#4669E5 (or 0x4669E5) is known color: Royal Blue. HEX triplet: 46, 69 and E5. RGB value is (70,105,229). Sum of RGB (Red+Green+Blue) = 70+105+229=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #4669E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669E5 is #B9961A. Grayscale: #6C6C6C. Windows color (decimal): -12162587 or 15034694. OLE color: 15034694.
HSL color Cylindrical-coordinate representation of color #4669E5: hue angle of 226.79º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4669E5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 105 | 229 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.10 |
| HSL | 226.79º | 0.75% | 0.59% | - |
| HSV(B) | 226.79º | 0.69% | 0.9% | - |
| XYZ | 21.72 | 17.06 | 76.28 | - |
| YUV | 108.67 | 195.9 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 229 | 0.69 | 0.54 | 0 | 0.10 | 226.79 | 0.75 | 0.59 |
| Hex | 46 | 69 | E5 | 45 | 36 | 0 | A | E3 | 4B | 3B |
| Octal | 106 | 151 | 345 | 105 | 66 | 0 | 12 | 343 | 113 | 73 |
| Binary | 1000110 | 1101001 | 11100101 | 1000101 | 110110 | 0 | 1010 | 11100011 | 1001011 | 111011 |
Color Harmonies of #4669E5
Complementary color
Monochromatic Colors of #4669E5
Black with #4669E5
Text Example
Text Example
White with #4669E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4669E5; }
p { color: rgb(70,105,229); }
H1.HeaderClassName
{
color: #4669E5;
}
.AnyTagClassName
{
color: #4669E5;
}
</style>
background-color css
<style>
a { background-color: #4669E5; }
a { background-color: rgb(70,105,229); }
div.DivClassName
{
background-color: #4669E5;
}
.BgClassName
{
background-color: #4669E5;
}
</style>
border-color css
<style>
span { border-color: #4669E5; }
span { border-color: rgb(70,105,229); }
td.TdClassName
{
border-color: #4669E5;
}
.TagClassName
{
border-color: #4669E5;
}
</style>