Shades of Royal Blue #466CCF
Tints of Royal Blue #466CCF
RGB
CMYK
RGB Variations
Color information
#466CCF (or 0x466CCF) is known color: Royal Blue. HEX triplet: 46, 6C and CF. RGB value is (70,108,207). Sum of RGB (Red+Green+Blue) = 70+108+207=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #466CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CCF is #B99330. Grayscale: #6B6B6B. Windows color (decimal): -12161841 or 13593670. OLE color: 13593670.
HSL color Cylindrical-coordinate representation of color #466CCF: hue angle of 223.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466CCF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 108 | 207 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.19 |
| HSL | 223.36º | 0.59% | 0.54% | - |
| HSV(B) | 223.36º | 0.66% | 0.81% | - |
| XYZ | 19.15 | 16.53 | 61.21 | - |
| YUV | 107.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 207 | 0.66 | 0.48 | 0 | 0.19 | 223.36 | 0.59 | 0.54 |
| Hex | 46 | 6C | CF | 42 | 30 | 0 | 13 | DF | 3B | 36 |
| Octal | 106 | 154 | 317 | 102 | 60 | 0 | 23 | 337 | 73 | 66 |
| Binary | 1000110 | 1101100 | 11001111 | 1000010 | 110000 | 0 | 10011 | 11011111 | 111011 | 110110 |
Color Harmonies of #466CCF
Complementary color
Monochromatic Colors of #466CCF
Black with #466CCF
Text Example
Text Example
White with #466CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CCF; }
p { color: rgb(70,108,207); }
H1.HeaderClassName
{
color: #466CCF;
}
.AnyTagClassName
{
color: #466CCF;
}
</style>
background-color css
<style>
a { background-color: #466CCF; }
a { background-color: rgb(70,108,207); }
div.DivClassName
{
background-color: #466CCF;
}
.BgClassName
{
background-color: #466CCF;
}
</style>
border-color css
<style>
span { border-color: #466CCF; }
span { border-color: rgb(70,108,207); }
td.TdClassName
{
border-color: #466CCF;
}
.TagClassName
{
border-color: #466CCF;
}
</style>