Shades of Royal Blue #4575D1
Tints of Royal Blue #4575D1
RGB
CMYK
RGB Variations
Color information
#4575D1 (or 0x4575D1) is known color: Royal Blue. HEX triplet: 45, 75 and D1. RGB value is (69,117,209). Sum of RGB (Red+Green+Blue) = 69+117+209=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #4575D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575D1 is #BA8A2E. Grayscale: #707070. Windows color (decimal): -12225071 or 13727045. OLE color: 13727045.
HSL color Cylindrical-coordinate representation of color #4575D1: hue angle of 219.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4575D1 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 117 | 209 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.18 |
| HSL | 219.43º | 0.6% | 0.55% | - |
| HSV(B) | 219.43º | 0.67% | 0.82% | - |
| XYZ | 20.32 | 18.59 | 62.84 | - |
| YUV | 113.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 209 | 0.67 | 0.44 | 0 | 0.18 | 219.43 | 0.6 | 0.55 |
| Hex | 45 | 75 | D1 | 43 | 2C | 0 | 12 | DB | 3C | 37 |
| Octal | 105 | 165 | 321 | 103 | 54 | 0 | 22 | 333 | 74 | 67 |
| Binary | 1000101 | 1110101 | 11010001 | 1000011 | 101100 | 0 | 10010 | 11011011 | 111100 | 110111 |
Color Harmonies of #4575D1
Complementary color
Monochromatic Colors of #4575D1
Black with #4575D1
Text Example
Text Example
White with #4575D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575D1; }
p { color: rgb(69,117,209); }
H1.HeaderClassName
{
color: #4575D1;
}
.AnyTagClassName
{
color: #4575D1;
}
</style>
background-color css
<style>
a { background-color: #4575D1; }
a { background-color: rgb(69,117,209); }
div.DivClassName
{
background-color: #4575D1;
}
.BgClassName
{
background-color: #4575D1;
}
</style>
border-color css
<style>
span { border-color: #4575D1; }
span { border-color: rgb(69,117,209); }
td.TdClassName
{
border-color: #4575D1;
}
.TagClassName
{
border-color: #4575D1;
}
</style>