Shades of Royal Blue #4B76DC
Tints of Royal Blue #4B76DC
RGB
CMYK
RGB Variations
Color information
#4B76DC (or 0x4B76DC) is known color: Royal Blue. HEX triplet: 4B, 76 and DC. RGB value is (75,118,220). Sum of RGB (Red+Green+Blue) = 75+118+220=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B76DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B76DC is #B48923. Grayscale: #747474. Windows color (decimal): -11831588 or 14448203. OLE color: 14448203.
HSL color Cylindrical-coordinate representation of color #4B76DC: hue angle of 222.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B76DC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 118 | 220 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.14 |
| HSL | 222.21º | 0.67% | 0.58% | - |
| HSV(B) | 222.21º | 0.66% | 0.86% | - |
| XYZ | 22.3 | 19.62 | 70.32 | - |
| YUV | 116.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 220 | 0.66 | 0.46 | 0 | 0.14 | 222.21 | 0.67 | 0.58 |
| Hex | 4B | 76 | DC | 42 | 2E | 0 | E | DE | 43 | 3A |
| Octal | 113 | 166 | 334 | 102 | 56 | 0 | 16 | 336 | 103 | 72 |
| Binary | 1001011 | 1110110 | 11011100 | 1000010 | 101110 | 0 | 1110 | 11011110 | 1000011 | 111010 |
Color Harmonies of #4B76DC
Complementary color
Monochromatic Colors of #4B76DC
Black with #4B76DC
Text Example
Text Example
White with #4B76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B76DC; }
p { color: rgb(75,118,220); }
H1.HeaderClassName
{
color: #4B76DC;
}
.AnyTagClassName
{
color: #4B76DC;
}
</style>
background-color css
<style>
a { background-color: #4B76DC; }
a { background-color: rgb(75,118,220); }
div.DivClassName
{
background-color: #4B76DC;
}
.BgClassName
{
background-color: #4B76DC;
}
</style>
border-color css
<style>
span { border-color: #4B76DC; }
span { border-color: rgb(75,118,220); }
td.TdClassName
{
border-color: #4B76DC;
}
.TagClassName
{
border-color: #4B76DC;
}
</style>