Shades of Royal Blue #4A68CE
Tints of Royal Blue #4A68CE
RGB
CMYK
RGB Variations
Color information
#4A68CE (or 0x4A68CE) is known color: Royal Blue. HEX triplet: 4A, 68 and CE. RGB value is (74,104,206). Sum of RGB (Red+Green+Blue) = 74+104+206=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A68CE is #B59731. Grayscale: #6A6A6A. Windows color (decimal): -11900722 or 13527114. OLE color: 13527114.
HSL color Cylindrical-coordinate representation of color #4A68CE: hue angle of 226.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A68CE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 104 | 206 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.19 |
| HSL | 226.36º | 0.57% | 0.55% | - |
| HSV(B) | 226.36º | 0.64% | 0.81% | - |
| XYZ | 18.91 | 15.81 | 60.45 | - |
| YUV | 106.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 206 | 0.64 | 0.50 | 0 | 0.19 | 226.36 | 0.57 | 0.55 |
| Hex | 4A | 68 | CE | 40 | 32 | 0 | 13 | E2 | 39 | 37 |
| Octal | 112 | 150 | 316 | 100 | 62 | 0 | 23 | 342 | 71 | 67 |
| Binary | 1001010 | 1101000 | 11001110 | 1000000 | 110010 | 0 | 10011 | 11100010 | 111001 | 110111 |
Color Harmonies of #4A68CE
Complementary color
Monochromatic Colors of #4A68CE
Black with #4A68CE
Text Example
Text Example
White with #4A68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A68CE; }
p { color: rgb(74,104,206); }
H1.HeaderClassName
{
color: #4A68CE;
}
.AnyTagClassName
{
color: #4A68CE;
}
</style>
background-color css
<style>
a { background-color: #4A68CE; }
a { background-color: rgb(74,104,206); }
div.DivClassName
{
background-color: #4A68CE;
}
.BgClassName
{
background-color: #4A68CE;
}
</style>
border-color css
<style>
span { border-color: #4A68CE; }
span { border-color: rgb(74,104,206); }
td.TdClassName
{
border-color: #4A68CE;
}
.TagClassName
{
border-color: #4A68CE;
}
</style>