Shades of Royal Blue #4580D7
Tints of Royal Blue #4580D7
RGB
CMYK
RGB Variations
Color information
#4580D7 (or 0x4580D7) is known color: Royal Blue. HEX triplet: 45, 80 and D7. RGB value is (69,128,215). Sum of RGB (Red+Green+Blue) = 69+128+215=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #4580D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580D7 is #BA7F28. Grayscale: #777777. Windows color (decimal): -12222249 or 14123077. OLE color: 14123077.
HSL color Cylindrical-coordinate representation of color #4580D7: hue angle of 215.75º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4580D7 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 128 | 215 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.16 |
| HSL | 215.75º | 0.65% | 0.56% | - |
| HSV(B) | 215.75º | 0.68% | 0.84% | - |
| XYZ | 22.44 | 21.61 | 67.28 | - |
| YUV | 120.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 215 | 0.68 | 0.40 | 0 | 0.16 | 215.75 | 0.65 | 0.56 |
| Hex | 45 | 80 | D7 | 44 | 28 | 0 | 10 | D8 | 41 | 38 |
| Octal | 105 | 200 | 327 | 104 | 50 | 0 | 20 | 330 | 101 | 70 |
| Binary | 1000101 | 10000000 | 11010111 | 1000100 | 101000 | 0 | 10000 | 11011000 | 1000001 | 111000 |
Color Harmonies of #4580D7
Complementary color
Monochromatic Colors of #4580D7
Black with #4580D7
Text Example
Text Example
White with #4580D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580D7; }
p { color: rgb(69,128,215); }
H1.HeaderClassName
{
color: #4580D7;
}
.AnyTagClassName
{
color: #4580D7;
}
</style>
background-color css
<style>
a { background-color: #4580D7; }
a { background-color: rgb(69,128,215); }
div.DivClassName
{
background-color: #4580D7;
}
.BgClassName
{
background-color: #4580D7;
}
</style>
border-color css
<style>
span { border-color: #4580D7; }
span { border-color: rgb(69,128,215); }
td.TdClassName
{
border-color: #4580D7;
}
.TagClassName
{
border-color: #4580D7;
}
</style>