Shades of Royal Blue #466BCB
Tints of Royal Blue #466BCB
RGB
CMYK
RGB Variations
Color information
#466BCB (or 0x466BCB) is known color: Royal Blue. HEX triplet: 46, 6B and CB. RGB value is (70,107,203). Sum of RGB (Red+Green+Blue) = 70+107+203=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #466BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCB is #B99434. Grayscale: #6A6A6A. Windows color (decimal): -12162101 or 13331270. OLE color: 13331270.
HSL color Cylindrical-coordinate representation of color #466BCB: hue angle of 223.31º 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 #466BCB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 107 | 203 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.20 |
| HSL | 223.31º | 0.56% | 0.54% | - |
| HSV(B) | 223.31º | 0.66% | 0.8% | - |
| XYZ | 18.56 | 16.13 | 58.63 | - |
| YUV | 106.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 203 | 0.66 | 0.47 | 0 | 0.20 | 223.31 | 0.56 | 0.54 |
| Hex | 46 | 6B | CB | 42 | 2F | 0 | 14 | DF | 38 | 36 |
| Octal | 106 | 153 | 313 | 102 | 57 | 0 | 24 | 337 | 70 | 66 |
| Binary | 1000110 | 1101011 | 11001011 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111000 | 110110 |
Color Harmonies of #466BCB
Complementary color
Monochromatic Colors of #466BCB
Black with #466BCB
Text Example
Text Example
White with #466BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BCB; }
p { color: rgb(70,107,203); }
H1.HeaderClassName
{
color: #466BCB;
}
.AnyTagClassName
{
color: #466BCB;
}
</style>
background-color css
<style>
a { background-color: #466BCB; }
a { background-color: rgb(70,107,203); }
div.DivClassName
{
background-color: #466BCB;
}
.BgClassName
{
background-color: #466BCB;
}
</style>
border-color css
<style>
span { border-color: #466BCB; }
span { border-color: rgb(70,107,203); }
td.TdClassName
{
border-color: #466BCB;
}
.TagClassName
{
border-color: #466BCB;
}
</style>