Shades of Royal Blue #4B73FF
Tints of Royal Blue #4B73FF
RGB
CMYK
RGB Variations
Color information
#4B73FF (or 0x4B73FF) is known color: Royal Blue. HEX triplet: 4B, 73 and FF. RGB value is (75,115,255). Sum of RGB (Red+Green+Blue) = 75+115+255=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B73FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B73FF is #B48C00. Grayscale: #767676. Windows color (decimal): -11832321 or 16741195. OLE color: 16741195.
HSL color Cylindrical-coordinate representation of color #4B73FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B73FF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 115 | 255 | - |
| CMYK | 0.71 | 0.55 | 0 | 0 |
| HSL | 226.67º | 1% | 0.65% | - |
| HSV(B) | 226.67º | 0.71% | 1% | - |
| XYZ | 27.08 | 20.98 | 97.23 | - |
| YUV | 119 | 204.75 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 255 | 0.71 | 0.55 | 0 | 0 | 226.67 | 1 | 0.65 |
| Hex | 4B | 73 | FF | 47 | 37 | 0 | 0 | E3 | 64 | 41 |
| Octal | 113 | 163 | 377 | 107 | 67 | 0 | 0 | 343 | 144 | 101 |
| Binary | 1001011 | 1110011 | 11111111 | 1000111 | 110111 | 0 | 0 | 11100011 | 1100100 | 1000001 |
Color Harmonies of #4B73FF
Complementary color
Monochromatic Colors of #4B73FF
Black with #4B73FF
Text Example
Text Example
White with #4B73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B73FF; }
p { color: rgb(75,115,255); }
H1.HeaderClassName
{
color: #4B73FF;
}
.AnyTagClassName
{
color: #4B73FF;
}
</style>
background-color css
<style>
a { background-color: #4B73FF; }
a { background-color: rgb(75,115,255); }
div.DivClassName
{
background-color: #4B73FF;
}
.BgClassName
{
background-color: #4B73FF;
}
</style>
border-color css
<style>
span { border-color: #4B73FF; }
span { border-color: rgb(75,115,255); }
td.TdClassName
{
border-color: #4B73FF;
}
.TagClassName
{
border-color: #4B73FF;
}
</style>