Shades of Royal Blue #4A6BCC
Tints of Royal Blue #4A6BCC
RGB
CMYK
RGB Variations
Color information
#4A6BCC (or 0x4A6BCC) is known color: Royal Blue. HEX triplet: 4A, 6B and CC. RGB value is (74,107,204). Sum of RGB (Red+Green+Blue) = 74+107+204=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A6BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6BCC is #B59433. Grayscale: #6B6B6B. Windows color (decimal): -11899956 or 13396810. OLE color: 13396810.
HSL color Cylindrical-coordinate representation of color #4A6BCC: hue angle of 224.77º 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 #4A6BCC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 107 | 204 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.2 |
| HSL | 224.77º | 0.56% | 0.55% | - |
| HSV(B) | 224.77º | 0.64% | 0.8% | - |
| XYZ | 18.98 | 16.33 | 59.28 | - |
| YUV | 108.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 204 | 0.64 | 0.48 | 0 | 0.2 | 224.77 | 0.56 | 0.55 |
| Hex | 4A | 6B | CC | 40 | 30 | 0 | 14 | E1 | 38 | 37 |
| Octal | 112 | 153 | 314 | 100 | 60 | 0 | 24 | 341 | 70 | 67 |
| Binary | 1001010 | 1101011 | 11001100 | 1000000 | 110000 | 0 | 10100 | 11100001 | 111000 | 110111 |
Color Harmonies of #4A6BCC
Complementary color
Monochromatic Colors of #4A6BCC
Black with #4A6BCC
Text Example
Text Example
White with #4A6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BCC; }
p { color: rgb(74,107,204); }
H1.HeaderClassName
{
color: #4A6BCC;
}
.AnyTagClassName
{
color: #4A6BCC;
}
</style>
background-color css
<style>
a { background-color: #4A6BCC; }
a { background-color: rgb(74,107,204); }
div.DivClassName
{
background-color: #4A6BCC;
}
.BgClassName
{
background-color: #4A6BCC;
}
</style>
border-color css
<style>
span { border-color: #4A6BCC; }
span { border-color: rgb(74,107,204); }
td.TdClassName
{
border-color: #4A6BCC;
}
.TagClassName
{
border-color: #4A6BCC;
}
</style>