Shades of Royal Blue #4665E5
Tints of Royal Blue #4665E5
RGB
CMYK
RGB Variations
Color information
#4665E5 (or 0x4665E5) is known color: Royal Blue. HEX triplet: 46, 65 and E5. RGB value is (70,101,229). Sum of RGB (Red+Green+Blue) = 70+101+229=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #4665E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665E5 is #B99A1A. Grayscale: #696969. Windows color (decimal): -12163611 or 15033670. OLE color: 15033670.
HSL color Cylindrical-coordinate representation of color #4665E5: hue angle of 228.3º 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 #4665E5 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 101 | 229 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.10 |
| HSL | 228.3º | 0.75% | 0.59% | - |
| HSV(B) | 228.3º | 0.69% | 0.9% | - |
| XYZ | 21.32 | 16.27 | 76.14 | - |
| YUV | 106.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 229 | 0.69 | 0.56 | 0 | 0.10 | 228.3 | 0.75 | 0.59 |
| Hex | 46 | 65 | E5 | 45 | 38 | 0 | A | E4 | 4B | 3B |
| Octal | 106 | 145 | 345 | 105 | 70 | 0 | 12 | 344 | 113 | 73 |
| Binary | 1000110 | 1100101 | 11100101 | 1000101 | 111000 | 0 | 1010 | 11100100 | 1001011 | 111011 |
Color Harmonies of #4665E5
Complementary color
Monochromatic Colors of #4665E5
Black with #4665E5
Text Example
Text Example
White with #4665E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665E5; }
p { color: rgb(70,101,229); }
H1.HeaderClassName
{
color: #4665E5;
}
.AnyTagClassName
{
color: #4665E5;
}
</style>
background-color css
<style>
a { background-color: #4665E5; }
a { background-color: rgb(70,101,229); }
div.DivClassName
{
background-color: #4665E5;
}
.BgClassName
{
background-color: #4665E5;
}
</style>
border-color css
<style>
span { border-color: #4665E5; }
span { border-color: rgb(70,101,229); }
td.TdClassName
{
border-color: #4665E5;
}
.TagClassName
{
border-color: #4665E5;
}
</style>