Shades of Royal Blue #4569CC
Tints of Royal Blue #4569CC
RGB
CMYK
RGB Variations
Color information
#4569CC (or 0x4569CC) is known color: Royal Blue. HEX triplet: 45, 69 and CC. RGB value is (69,105,204). Sum of RGB (Red+Green+Blue) = 69+105+204=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #4569CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4569CC is #BA9633. Grayscale: #696969. Windows color (decimal): -12228148 or 13396293. OLE color: 13396293.
HSL color Cylindrical-coordinate representation of color #4569CC: hue angle of 224º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4569CC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 105 | 204 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.2 |
| HSL | 224º | 0.57% | 0.54% | - |
| HSV(B) | 224º | 0.66% | 0.8% | - |
| XYZ | 18.4 | 15.73 | 59.19 | - |
| YUV | 105.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 204 | 0.66 | 0.49 | 0 | 0.2 | 224 | 0.57 | 0.54 |
| Hex | 45 | 69 | CC | 42 | 31 | 0 | 14 | E0 | 39 | 36 |
| Octal | 105 | 151 | 314 | 102 | 61 | 0 | 24 | 340 | 71 | 66 |
| Binary | 1000101 | 1101001 | 11001100 | 1000010 | 110001 | 0 | 10100 | 11100000 | 111001 | 110110 |
Color Harmonies of #4569CC
Complementary color
Monochromatic Colors of #4569CC
Black with #4569CC
Text Example
Text Example
White with #4569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569CC; }
p { color: rgb(69,105,204); }
H1.HeaderClassName
{
color: #4569CC;
}
.AnyTagClassName
{
color: #4569CC;
}
</style>
background-color css
<style>
a { background-color: #4569CC; }
a { background-color: rgb(69,105,204); }
div.DivClassName
{
background-color: #4569CC;
}
.BgClassName
{
background-color: #4569CC;
}
</style>
border-color css
<style>
span { border-color: #4569CC; }
span { border-color: rgb(69,105,204); }
td.TdClassName
{
border-color: #4569CC;
}
.TagClassName
{
border-color: #4569CC;
}
</style>