Shades of Royal Blue #4C76DA
Tints of Royal Blue #4C76DA
RGB
CMYK
RGB Variations
Color information
#4C76DA (or 0x4C76DA) is known color: Royal Blue. HEX triplet: 4C, 76 and DA. RGB value is (76,118,218). Sum of RGB (Red+Green+Blue) = 76+118+218=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C76DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C76DA is #B38925. Grayscale: #747474. Windows color (decimal): -11766054 or 14317132. OLE color: 14317132.
HSL color Cylindrical-coordinate representation of color #4C76DA: hue angle of 222.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C76DA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 118 | 218 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.15 |
| HSL | 222.25º | 0.66% | 0.58% | - |
| HSV(B) | 222.25º | 0.65% | 0.85% | - |
| XYZ | 22.11 | 19.56 | 68.94 | - |
| YUV | 116.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 218 | 0.65 | 0.46 | 0 | 0.15 | 222.25 | 0.66 | 0.58 |
| Hex | 4C | 76 | DA | 41 | 2E | 0 | F | DE | 42 | 3A |
| Octal | 114 | 166 | 332 | 101 | 56 | 0 | 17 | 336 | 102 | 72 |
| Binary | 1001100 | 1110110 | 11011010 | 1000001 | 101110 | 0 | 1111 | 11011110 | 1000010 | 111010 |
Color Harmonies of #4C76DA
Complementary color
Monochromatic Colors of #4C76DA
Black with #4C76DA
Text Example
Text Example
White with #4C76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C76DA; }
p { color: rgb(76,118,218); }
H1.HeaderClassName
{
color: #4C76DA;
}
.AnyTagClassName
{
color: #4C76DA;
}
</style>
background-color css
<style>
a { background-color: #4C76DA; }
a { background-color: rgb(76,118,218); }
div.DivClassName
{
background-color: #4C76DA;
}
.BgClassName
{
background-color: #4C76DA;
}
</style>
border-color css
<style>
span { border-color: #4C76DA; }
span { border-color: rgb(76,118,218); }
td.TdClassName
{
border-color: #4C76DA;
}
.TagClassName
{
border-color: #4C76DA;
}
</style>