Shades of Royal Blue #4A6ECC
Tints of Royal Blue #4A6ECC
RGB
CMYK
RGB Variations
Color information
#4A6ECC (or 0x4A6ECC) is known color: Royal Blue. HEX triplet: 4A, 6E and CC. RGB value is (74,110,204). Sum of RGB (Red+Green+Blue) = 74+110+204=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ECC is #B59133. Grayscale: #6D6D6D. Windows color (decimal): -11899188 or 13397578. OLE color: 13397578.
HSL color Cylindrical-coordinate representation of color #4A6ECC: hue angle of 223.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ECC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 110 | 204 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.2 |
| HSL | 223.38º | 0.56% | 0.55% | - |
| HSV(B) | 223.38º | 0.64% | 0.8% | - |
| XYZ | 19.3 | 16.97 | 59.38 | - |
| YUV | 109.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 204 | 0.64 | 0.46 | 0 | 0.2 | 223.38 | 0.56 | 0.55 |
| Hex | 4A | 6E | CC | 40 | 2E | 0 | 14 | DF | 38 | 37 |
| Octal | 112 | 156 | 314 | 100 | 56 | 0 | 24 | 337 | 70 | 67 |
| Binary | 1001010 | 1101110 | 11001100 | 1000000 | 101110 | 0 | 10100 | 11011111 | 111000 | 110111 |
Color Harmonies of #4A6ECC
Complementary color
Monochromatic Colors of #4A6ECC
Black with #4A6ECC
Text Example
Text Example
White with #4A6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ECC; }
p { color: rgb(74,110,204); }
H1.HeaderClassName
{
color: #4A6ECC;
}
.AnyTagClassName
{
color: #4A6ECC;
}
</style>
background-color css
<style>
a { background-color: #4A6ECC; }
a { background-color: rgb(74,110,204); }
div.DivClassName
{
background-color: #4A6ECC;
}
.BgClassName
{
background-color: #4A6ECC;
}
</style>
border-color css
<style>
span { border-color: #4A6ECC; }
span { border-color: rgb(74,110,204); }
td.TdClassName
{
border-color: #4A6ECC;
}
.TagClassName
{
border-color: #4A6ECC;
}
</style>