Shades of Royal Blue #4675E5
Tints of Royal Blue #4675E5
RGB
CMYK
RGB Variations
Color information
#4675E5 (or 0x4675E5) is known color: Royal Blue. HEX triplet: 46, 75 and E5. RGB value is (70,117,229). Sum of RGB (Red+Green+Blue) = 70+117+229=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #4675E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675E5 is #B98A1A. Grayscale: #737373. Windows color (decimal): -12159515 or 15037766. OLE color: 15037766.
HSL color Cylindrical-coordinate representation of color #4675E5: hue angle of 222.26º 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 #4675E5 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 117 | 229 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.10 |
| HSL | 222.26º | 0.75% | 0.59% | - |
| HSV(B) | 222.26º | 0.69% | 0.9% | - |
| XYZ | 23.03 | 19.68 | 76.71 | - |
| YUV | 115.72 | 191.93 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 229 | 0.69 | 0.49 | 0 | 0.10 | 222.26 | 0.75 | 0.59 |
| Hex | 46 | 75 | E5 | 45 | 31 | 0 | A | DE | 4B | 3B |
| Octal | 106 | 165 | 345 | 105 | 61 | 0 | 12 | 336 | 113 | 73 |
| Binary | 1000110 | 1110101 | 11100101 | 1000101 | 110001 | 0 | 1010 | 11011110 | 1001011 | 111011 |
Color Harmonies of #4675E5
Complementary color
Monochromatic Colors of #4675E5
Black with #4675E5
Text Example
Text Example
White with #4675E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675E5; }
p { color: rgb(70,117,229); }
H1.HeaderClassName
{
color: #4675E5;
}
.AnyTagClassName
{
color: #4675E5;
}
</style>
background-color css
<style>
a { background-color: #4675E5; }
a { background-color: rgb(70,117,229); }
div.DivClassName
{
background-color: #4675E5;
}
.BgClassName
{
background-color: #4675E5;
}
</style>
border-color css
<style>
span { border-color: #4675E5; }
span { border-color: rgb(70,117,229); }
td.TdClassName
{
border-color: #4675E5;
}
.TagClassName
{
border-color: #4675E5;
}
</style>