Shades of Royal Blue #4562D3
Tints of Royal Blue #4562D3
RGB
CMYK
RGB Variations
Color information
#4562D3 (or 0x4562D3) is known color: Royal Blue. HEX triplet: 45, 62 and D3. RGB value is (69,98,211). Sum of RGB (Red+Green+Blue) = 69+98+211=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #4562D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562D3 is #BA9D2C. Grayscale: #656565. Windows color (decimal): -12229933 or 13853253. OLE color: 13853253.
HSL color Cylindrical-coordinate representation of color #4562D3: hue angle of 227.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4562D3 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 98 | 211 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.17 |
| HSL | 227.75º | 0.62% | 0.55% | - |
| HSV(B) | 227.75º | 0.67% | 0.83% | - |
| XYZ | 18.58 | 14.7 | 63.49 | - |
| YUV | 102.21 | 189.39 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 211 | 0.67 | 0.54 | 0 | 0.17 | 227.75 | 0.62 | 0.55 |
| Hex | 45 | 62 | D3 | 43 | 36 | 0 | 11 | E4 | 3E | 37 |
| Octal | 105 | 142 | 323 | 103 | 66 | 0 | 21 | 344 | 76 | 67 |
| Binary | 1000101 | 1100010 | 11010011 | 1000011 | 110110 | 0 | 10001 | 11100100 | 111110 | 110111 |
Color Harmonies of #4562D3
Complementary color
Monochromatic Colors of #4562D3
Black with #4562D3
Text Example
Text Example
White with #4562D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562D3; }
p { color: rgb(69,98,211); }
H1.HeaderClassName
{
color: #4562D3;
}
.AnyTagClassName
{
color: #4562D3;
}
</style>
background-color css
<style>
a { background-color: #4562D3; }
a { background-color: rgb(69,98,211); }
div.DivClassName
{
background-color: #4562D3;
}
.BgClassName
{
background-color: #4562D3;
}
</style>
border-color css
<style>
span { border-color: #4562D3; }
span { border-color: rgb(69,98,211); }
td.TdClassName
{
border-color: #4562D3;
}
.TagClassName
{
border-color: #4562D3;
}
</style>