Shades of Royal Blue #4575CD
Tints of Royal Blue #4575CD
RGB
CMYK
RGB Variations
Color information
#4575CD (or 0x4575CD) is known color: Royal Blue. HEX triplet: 45, 75 and CD. RGB value is (69,117,205). Sum of RGB (Red+Green+Blue) = 69+117+205=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #4575CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575CD is #BA8A32. Grayscale: #707070. Windows color (decimal): -12225075 or 13464901. OLE color: 13464901.
HSL color Cylindrical-coordinate representation of color #4575CD: hue angle of 218.82º degrees, saturation: 0.58, 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 #4575CD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 117 | 205 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.20 |
| HSL | 218.82º | 0.58% | 0.54% | - |
| HSV(B) | 218.82º | 0.66% | 0.8% | - |
| XYZ | 19.83 | 18.4 | 60.26 | - |
| YUV | 112.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 205 | 0.66 | 0.43 | 0 | 0.20 | 218.82 | 0.58 | 0.54 |
| Hex | 45 | 75 | CD | 42 | 2B | 0 | 14 | DB | 3A | 36 |
| Octal | 105 | 165 | 315 | 102 | 53 | 0 | 24 | 333 | 72 | 66 |
| Binary | 1000101 | 1110101 | 11001101 | 1000010 | 101011 | 0 | 10100 | 11011011 | 111010 | 110110 |
Color Harmonies of #4575CD
Complementary color
Monochromatic Colors of #4575CD
Black with #4575CD
Text Example
Text Example
White with #4575CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575CD; }
p { color: rgb(69,117,205); }
H1.HeaderClassName
{
color: #4575CD;
}
.AnyTagClassName
{
color: #4575CD;
}
</style>
background-color css
<style>
a { background-color: #4575CD; }
a { background-color: rgb(69,117,205); }
div.DivClassName
{
background-color: #4575CD;
}
.BgClassName
{
background-color: #4575CD;
}
</style>
border-color css
<style>
span { border-color: #4575CD; }
span { border-color: rgb(69,117,205); }
td.TdClassName
{
border-color: #4575CD;
}
.TagClassName
{
border-color: #4575CD;
}
</style>