Html Css Color HEX #466EDE Royal Blue

📋 copy color: '#466EDE'

red 70 ◦ green 110 ◦ blue 222

#466EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #466EDE

Tints of Royal Blue #466EDE

RGB

 RED value IS 70 (27.73% from 255) = 17.41%

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 17.41%
G = 27.36%
B = 55.22%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#466EDE (or 0x466EDE) is known color: Royal Blue. HEX triplet: 46, 6E and DE. RGB value is (70,110,222). Sum of RGB (Red+Green+Blue) = 70+110+222=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #466EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EDE is #B99121. Grayscale: #6E6E6E. Windows color (decimal): -12161314 or 14577222. OLE color: 14577222.

HSL color Cylindrical-coordinate representation of color #466EDE: hue angle of 224.21º 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 #466EDE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 110 222 -
CMYK 0.68 0.50 0 0.13
HSL 224.21º 0.7% 0.57% -
HSV(B) 224.21º 0.68% 0.87% -
XYZ 21.29 17.73 71.41 -
YUV 110.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 70 110 222 0.68 0.50 0 0.13 224.21 0.7 0.57
Hex 46 6E DE 44 32 0 D E0 46 39
Octal 106 156 336 104 62 0 15 340 106 71
Binary 1000110 1101110 11011110 1000100 110010 0 1101 11100000 1000110 111001

Color Harmonies of #466EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EDE

Black with #466EDE

Text Example


Text Example

White with #466EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #466EDE;
 }
 .AnyTagClassName
 {
   color: #466EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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