Shades of Royal Blue #4581DC
Tints of Royal Blue #4581DC
RGB
CMYK
RGB Variations
Color information
#4581DC (or 0x4581DC) is known color: Royal Blue. HEX triplet: 45, 81 and DC. RGB value is (69,129,220). Sum of RGB (Red+Green+Blue) = 69+129+220=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #4581DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581DC is #BA7E23. Grayscale: #797979. Windows color (decimal): -12221988 or 14451013. OLE color: 14451013.
HSL color Cylindrical-coordinate representation of color #4581DC: hue angle of 216.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4581DC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 129 | 220 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.14 |
| HSL | 216.16º | 0.68% | 0.57% | - |
| HSV(B) | 216.16º | 0.69% | 0.86% | - |
| XYZ | 23.22 | 22.13 | 70.76 | - |
| YUV | 121.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 220 | 0.69 | 0.41 | 0 | 0.14 | 216.16 | 0.68 | 0.57 |
| Hex | 45 | 81 | DC | 45 | 29 | 0 | E | D8 | 44 | 39 |
| Octal | 105 | 201 | 334 | 105 | 51 | 0 | 16 | 330 | 104 | 71 |
| Binary | 1000101 | 10000001 | 11011100 | 1000101 | 101001 | 0 | 1110 | 11011000 | 1000100 | 111001 |
Color Harmonies of #4581DC
Complementary color
Monochromatic Colors of #4581DC
Black with #4581DC
Text Example
Text Example
White with #4581DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581DC; }
p { color: rgb(69,129,220); }
H1.HeaderClassName
{
color: #4581DC;
}
.AnyTagClassName
{
color: #4581DC;
}
</style>
background-color css
<style>
a { background-color: #4581DC; }
a { background-color: rgb(69,129,220); }
div.DivClassName
{
background-color: #4581DC;
}
.BgClassName
{
background-color: #4581DC;
}
</style>
border-color css
<style>
span { border-color: #4581DC; }
span { border-color: rgb(69,129,220); }
td.TdClassName
{
border-color: #4581DC;
}
.TagClassName
{
border-color: #4581DC;
}
</style>