Shades of Royal Blue #4568CE
Tints of Royal Blue #4568CE
RGB
CMYK
RGB Variations
Color information
#4568CE (or 0x4568CE) is known color: Royal Blue. HEX triplet: 45, 68 and CE. RGB value is (69,104,206). Sum of RGB (Red+Green+Blue) = 69+104+206=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #4568CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568CE is #BA9731. Grayscale: #686868. Windows color (decimal): -12228402 or 13527109. OLE color: 13527109.
HSL color Cylindrical-coordinate representation of color #4568CE: hue angle of 224.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4568CE is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 104 | 206 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.19 |
| HSL | 224.67º | 0.58% | 0.54% | - |
| HSV(B) | 224.67º | 0.67% | 0.81% | - |
| XYZ | 18.55 | 15.62 | 60.43 | - |
| YUV | 105.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 206 | 0.67 | 0.50 | 0 | 0.19 | 224.67 | 0.58 | 0.54 |
| Hex | 45 | 68 | CE | 43 | 32 | 0 | 13 | E1 | 3A | 36 |
| Octal | 105 | 150 | 316 | 103 | 62 | 0 | 23 | 341 | 72 | 66 |
| Binary | 1000101 | 1101000 | 11001110 | 1000011 | 110010 | 0 | 10011 | 11100001 | 111010 | 110110 |
Color Harmonies of #4568CE
Complementary color
Monochromatic Colors of #4568CE
Black with #4568CE
Text Example
Text Example
White with #4568CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568CE; }
p { color: rgb(69,104,206); }
H1.HeaderClassName
{
color: #4568CE;
}
.AnyTagClassName
{
color: #4568CE;
}
</style>
background-color css
<style>
a { background-color: #4568CE; }
a { background-color: rgb(69,104,206); }
div.DivClassName
{
background-color: #4568CE;
}
.BgClassName
{
background-color: #4568CE;
}
</style>
border-color css
<style>
span { border-color: #4568CE; }
span { border-color: rgb(69,104,206); }
td.TdClassName
{
border-color: #4568CE;
}
.TagClassName
{
border-color: #4568CE;
}
</style>