#466cde

Color #466CDE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #466CDE

Tints of Royal Blue #466CDE

Color information

#466CDE (or 0x466CDE) is unknown color: approx Royal Blue. HEX triplet: 46, 6C and DE. RGB value is (70,108,222). Sum of RGB (Red+Green+Blue) = 70+108+222=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #466CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CDE is #B99321. Grayscale: #6D6D6D. Windows color (decimal): -12161826 or 14576710. OLE color: 14576710.

HSL color Cylindrical-coordinate representation of color #466CDE: hue angle of 225º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466CDE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70108222-
CMYK0.680.5100.13
HSL225º69.72%57.25%-
HSV(B)225º68.47%87.06%-
XYZ21.0717.371.34-
YUV109.63191.4199.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 17.5%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 222 (87.11% from 255) = 55.5%
R=17.5%
G=27%
B=55.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701082220.680.5100.1322569.7257.25
Hex466CDE44330De14639
Octal1061543361046301534110671
Binary1000110110110011011110100010011001101101111000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466cde; }

 p { color: rgb(70,108,222); }

 H1.HeaderClassName
 {
   color: #466cde;
 }
 .AnyTagClassName
 {
   color: #466cde;
 }
</style>
background-color css

<style>
 a { background-color: #466cde; }

 a { background-color: rgb(70,108,222); }

 div.DivClassName
 {
   background-color: #466cde;
 }
 .BgClassName
 {
   background-color: #466cde;
 }
</style>
border-color css

<style>
 span { border-color: #466cde; }

 span { border-color: rgb(70,108,222); }

 td.TdClassName
 {
   border-color: #466cde;
 }
 .TagClassName
 {
   border-color: #466cde;
 }
</style>