Shades of Royal Blue #465ADC
Tints of Royal Blue #465ADC
RGB
CMYK
RGB Variations
Color information
#465ADC (or 0x465ADC) is known color: Royal Blue. HEX triplet: 46, 5A and DC. RGB value is (70,90,220). Sum of RGB (Red+Green+Blue) = 70+90+220=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #465ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ADC is #B9A523. Grayscale: #626262. Windows color (decimal): -12166436 or 14441030. OLE color: 14441030.
HSL color Cylindrical-coordinate representation of color #465ADC: hue angle of 232º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465ADC is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 90 | 220 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.14 |
| HSL | 232º | 0.68% | 0.57% | - |
| HSV(B) | 232º | 0.68% | 0.86% | - |
| XYZ | 19.1 | 13.78 | 69.36 | - |
| YUV | 98.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 220 | 0.68 | 0.59 | 0 | 0.14 | 232 | 0.68 | 0.57 |
| Hex | 46 | 5A | DC | 44 | 3B | 0 | E | E8 | 44 | 39 |
| Octal | 106 | 132 | 334 | 104 | 73 | 0 | 16 | 350 | 104 | 71 |
| Binary | 1000110 | 1011010 | 11011100 | 1000100 | 111011 | 0 | 1110 | 11101000 | 1000100 | 111001 |
Color Harmonies of #465ADC
Complementary color
Monochromatic Colors of #465ADC
Black with #465ADC
Text Example
Text Example
White with #465ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ADC; }
p { color: rgb(70,90,220); }
H1.HeaderClassName
{
color: #465ADC;
}
.AnyTagClassName
{
color: #465ADC;
}
</style>
background-color css
<style>
a { background-color: #465ADC; }
a { background-color: rgb(70,90,220); }
div.DivClassName
{
background-color: #465ADC;
}
.BgClassName
{
background-color: #465ADC;
}
</style>
border-color css
<style>
span { border-color: #465ADC; }
span { border-color: rgb(70,90,220); }
td.TdClassName
{
border-color: #465ADC;
}
.TagClassName
{
border-color: #465ADC;
}
</style>