Shades of Royal Blue #4B74ED
Tints of Royal Blue #4B74ED
RGB
CMYK
RGB Variations
Color information
#4B74ED (or 0x4B74ED) is known color: Royal Blue. HEX triplet: 4B, 74 and ED. RGB value is (75,116,237). Sum of RGB (Red+Green+Blue) = 75+116+237=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B74ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B74ED is #B48B12. Grayscale: #757575. Windows color (decimal): -11832083 or 15561803. OLE color: 15561803.
HSL color Cylindrical-coordinate representation of color #4B74ED: hue angle of 224.81º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B74ED is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 116 | 237 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.07 |
| HSL | 224.81º | 0.82% | 0.61% | - |
| HSV(B) | 224.81º | 0.68% | 0.93% | - |
| XYZ | 24.43 | 20.1 | 82.71 | - |
| YUV | 117.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 237 | 0.68 | 0.51 | 0 | 0.07 | 224.81 | 0.82 | 0.61 |
| Hex | 4B | 74 | ED | 44 | 33 | 0 | 7 | E1 | 52 | 3D |
| Octal | 113 | 164 | 355 | 104 | 63 | 0 | 7 | 341 | 122 | 75 |
| Binary | 1001011 | 1110100 | 11101101 | 1000100 | 110011 | 0 | 111 | 11100001 | 1010010 | 111101 |
Color Harmonies of #4B74ED
Complementary color
Monochromatic Colors of #4B74ED
Black with #4B74ED
Text Example
Text Example
White with #4B74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B74ED; }
p { color: rgb(75,116,237); }
H1.HeaderClassName
{
color: #4B74ED;
}
.AnyTagClassName
{
color: #4B74ED;
}
</style>
background-color css
<style>
a { background-color: #4B74ED; }
a { background-color: rgb(75,116,237); }
div.DivClassName
{
background-color: #4B74ED;
}
.BgClassName
{
background-color: #4B74ED;
}
</style>
border-color css
<style>
span { border-color: #4B74ED; }
span { border-color: rgb(75,116,237); }
td.TdClassName
{
border-color: #4B74ED;
}
.TagClassName
{
border-color: #4B74ED;
}
</style>