#466ECD

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

Shades of Royal Blue #466ECD

Tints of Royal Blue #466ECD

Color information

#466ECD (or 0x466ECD) is unknown color: approx Royal Blue. HEX triplet: 46, 6E and CD. RGB value is (70,110,205). Sum of RGB (Red+Green+Blue) = 70+110+205=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #466ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECD is #B99132. Grayscale: #6C6C6C. Windows color (decimal): -12161331 or 13463110. OLE color: 13463110.

HSL color Cylindrical-coordinate representation of color #466ECD: hue angle of 222.22º degrees, saturation: 0.57, 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 #466ECD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70110205-
CMYK0.660.4600.20
HSL222.22º57.45%53.92%-
HSV(B)222.22º65.85%80.39%-
XYZ19.1216.8660-
YUV108.87182.25100.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=18.18%
G=28.57%
B=53.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701102050.660.4600.20222.2257.4553.92
Hex466ECD422E014de3936
Octal106156315102560243367166
Binary1000110110111011001101100001010111001010011011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,110,205); }

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

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

 a { background-color: rgb(70,110,205); }

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

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

 span { border-color: rgb(70,110,205); }

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