Shades of Royal Blue #4B68DC
Tints of Royal Blue #4B68DC
RGB
CMYK
RGB Variations
Color information
#4B68DC (or 0x4B68DC) is known color: Royal Blue. HEX triplet: 4B, 68 and DC. RGB value is (75,104,220). Sum of RGB (Red+Green+Blue) = 75+104+220=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B68DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B68DC is #B49723. Grayscale: #6C6C6C. Windows color (decimal): -11835172 or 14444619. OLE color: 14444619.
HSL color Cylindrical-coordinate representation of color #4B68DC: hue angle of 228º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B68DC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 104 | 220 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.14 |
| HSL | 228º | 0.67% | 0.58% | - |
| HSV(B) | 228º | 0.66% | 0.86% | - |
| XYZ | 20.77 | 16.56 | 69.81 | - |
| YUV | 108.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 220 | 0.66 | 0.53 | 0 | 0.14 | 228 | 0.67 | 0.58 |
| Hex | 4B | 68 | DC | 42 | 35 | 0 | E | E4 | 43 | 3A |
| Octal | 113 | 150 | 334 | 102 | 65 | 0 | 16 | 344 | 103 | 72 |
| Binary | 1001011 | 1101000 | 11011100 | 1000010 | 110101 | 0 | 1110 | 11100100 | 1000011 | 111010 |
Color Harmonies of #4B68DC
Complementary color
Monochromatic Colors of #4B68DC
Black with #4B68DC
Text Example
Text Example
White with #4B68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B68DC; }
p { color: rgb(75,104,220); }
H1.HeaderClassName
{
color: #4B68DC;
}
.AnyTagClassName
{
color: #4B68DC;
}
</style>
background-color css
<style>
a { background-color: #4B68DC; }
a { background-color: rgb(75,104,220); }
div.DivClassName
{
background-color: #4B68DC;
}
.BgClassName
{
background-color: #4B68DC;
}
</style>
border-color css
<style>
span { border-color: #4B68DC; }
span { border-color: rgb(75,104,220); }
td.TdClassName
{
border-color: #4B68DC;
}
.TagClassName
{
border-color: #4B68DC;
}
</style>