Shades of Royal Blue #466DCB
Tints of Royal Blue #466DCB
RGB
CMYK
RGB Variations
Color information
#466DCB (or 0x466DCB) is known color: Royal Blue. HEX triplet: 46, 6D and CB. RGB value is (70,109,203). Sum of RGB (Red+Green+Blue) = 70+109+203=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #466DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DCB is #B99234. Grayscale: #6B6B6B. Windows color (decimal): -12161589 or 13331782. OLE color: 13331782.
HSL color Cylindrical-coordinate representation of color #466DCB: hue angle of 222.41º degrees, saturation: 0.56, 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 #466DCB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 109 | 203 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.20 |
| HSL | 222.41º | 0.56% | 0.54% | - |
| HSV(B) | 222.41º | 0.66% | 0.8% | - |
| XYZ | 18.77 | 16.55 | 58.71 | - |
| YUV | 108.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 203 | 0.66 | 0.46 | 0 | 0.20 | 222.41 | 0.56 | 0.54 |
| Hex | 46 | 6D | CB | 42 | 2E | 0 | 14 | DE | 38 | 36 |
| Octal | 106 | 155 | 313 | 102 | 56 | 0 | 24 | 336 | 70 | 66 |
| Binary | 1000110 | 1101101 | 11001011 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111000 | 110110 |
Color Harmonies of #466DCB
Complementary color
Monochromatic Colors of #466DCB
Black with #466DCB
Text Example
Text Example
White with #466DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DCB; }
p { color: rgb(70,109,203); }
H1.HeaderClassName
{
color: #466DCB;
}
.AnyTagClassName
{
color: #466DCB;
}
</style>
background-color css
<style>
a { background-color: #466DCB; }
a { background-color: rgb(70,109,203); }
div.DivClassName
{
background-color: #466DCB;
}
.BgClassName
{
background-color: #466DCB;
}
</style>
border-color css
<style>
span { border-color: #466DCB; }
span { border-color: rgb(70,109,203); }
td.TdClassName
{
border-color: #466DCB;
}
.TagClassName
{
border-color: #466DCB;
}
</style>