Shades of Royal Blue #4B68CE
Tints of Royal Blue #4B68CE
RGB
CMYK
RGB Variations
Color information
#4B68CE (or 0x4B68CE) is known color: Royal Blue. HEX triplet: 4B, 68 and CE. RGB value is (75,104,206). Sum of RGB (Red+Green+Blue) = 75+104+206=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B68CE is #B49731. Grayscale: #6A6A6A. Windows color (decimal): -11835186 or 13527115. OLE color: 13527115.
HSL color Cylindrical-coordinate representation of color #4B68CE: hue angle of 226.72º 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 #4B68CE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 104 | 206 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.19 |
| HSL | 226.72º | 0.57% | 0.55% | - |
| HSV(B) | 226.72º | 0.64% | 0.81% | - |
| XYZ | 18.99 | 15.85 | 60.45 | - |
| YUV | 106.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 206 | 0.64 | 0.50 | 0 | 0.19 | 226.72 | 0.57 | 0.55 |
| Hex | 4B | 68 | CE | 40 | 32 | 0 | 13 | E3 | 39 | 37 |
| Octal | 113 | 150 | 316 | 100 | 62 | 0 | 23 | 343 | 71 | 67 |
| Binary | 1001011 | 1101000 | 11001110 | 1000000 | 110010 | 0 | 10011 | 11100011 | 111001 | 110111 |
Color Harmonies of #4B68CE
Complementary color
Monochromatic Colors of #4B68CE
Black with #4B68CE
Text Example
Text Example
White with #4B68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B68CE; }
p { color: rgb(75,104,206); }
H1.HeaderClassName
{
color: #4B68CE;
}
.AnyTagClassName
{
color: #4B68CE;
}
</style>
background-color css
<style>
a { background-color: #4B68CE; }
a { background-color: rgb(75,104,206); }
div.DivClassName
{
background-color: #4B68CE;
}
.BgClassName
{
background-color: #4B68CE;
}
</style>
border-color css
<style>
span { border-color: #4B68CE; }
span { border-color: rgb(75,104,206); }
td.TdClassName
{
border-color: #4B68CE;
}
.TagClassName
{
border-color: #4B68CE;
}
</style>