Shades of Royal Blue #4B7CDA
Tints of Royal Blue #4B7CDA
RGB
CMYK
RGB Variations
Color information
#4B7CDA (or 0x4B7CDA) is known color: Royal Blue. HEX triplet: 4B, 7C and DA. RGB value is (75,124,218). Sum of RGB (Red+Green+Blue) = 75+124+218=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B7CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CDA is #B48325. Grayscale: #777777. Windows color (decimal): -11830054 or 14318667. OLE color: 14318667.
HSL color Cylindrical-coordinate representation of color #4B7CDA: hue angle of 219.44º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7CDA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 124 | 218 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.15 |
| HSL | 219.44º | 0.66% | 0.57% | - |
| HSV(B) | 219.44º | 0.66% | 0.85% | - |
| XYZ | 22.76 | 20.97 | 69.18 | - |
| YUV | 120.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 218 | 0.66 | 0.43 | 0 | 0.15 | 219.44 | 0.66 | 0.57 |
| Hex | 4B | 7C | DA | 42 | 2B | 0 | F | DB | 42 | 39 |
| Octal | 113 | 174 | 332 | 102 | 53 | 0 | 17 | 333 | 102 | 71 |
| Binary | 1001011 | 1111100 | 11011010 | 1000010 | 101011 | 0 | 1111 | 11011011 | 1000010 | 111001 |
Color Harmonies of #4B7CDA
Complementary color
Monochromatic Colors of #4B7CDA
Black with #4B7CDA
Text Example
Text Example
White with #4B7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7CDA; }
p { color: rgb(75,124,218); }
H1.HeaderClassName
{
color: #4B7CDA;
}
.AnyTagClassName
{
color: #4B7CDA;
}
</style>
background-color css
<style>
a { background-color: #4B7CDA; }
a { background-color: rgb(75,124,218); }
div.DivClassName
{
background-color: #4B7CDA;
}
.BgClassName
{
background-color: #4B7CDA;
}
</style>
border-color css
<style>
span { border-color: #4B7CDA; }
span { border-color: rgb(75,124,218); }
td.TdClassName
{
border-color: #4B7CDA;
}
.TagClassName
{
border-color: #4B7CDA;
}
</style>