Html Css Color HEX #466AE5 Royal Blue

📋 copy color: '#466AE5'

red 70 ◦ green 106 ◦ blue 229

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

Shades of Royal Blue #466AE5

Tints of Royal Blue #466AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 17.28%
G = 26.17%
B = 56.54%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#466AE5 (or 0x466AE5) is known color: Royal Blue. HEX triplet: 46, 6A and E5. RGB value is (70,106,229). Sum of RGB (Red+Green+Blue) = 70+106+229=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #466AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AE5 is #B9951A. Grayscale: #6C6C6C. Windows color (decimal): -12162331 or 15034950. OLE color: 15034950.

HSL color Cylindrical-coordinate representation of color #466AE5: hue angle of 226.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466AE5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 106 229 -
CMYK 0.69 0.54 0 0.10
HSL 226.42º 0.75% 0.59% -
HSV(B) 226.42º 0.69% 0.9% -
XYZ 21.82 17.27 76.31 -
YUV 109.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 70 106 229 0.69 0.54 0 0.10 226.42 0.75 0.59
Hex 46 6A E5 45 36 0 A E2 4B 3B
Octal 106 152 345 105 66 0 12 342 113 73
Binary 1000110 1101010 11100101 1000101 110110 0 1010 11100010 1001011 111011

Color Harmonies of #466AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AE5

Black with #466AE5

Text Example


Text Example

White with #466AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,229); }

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

background-color css

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

 a { background-color: rgb(70,106,229); }

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

border-color css

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

 span { border-color: rgb(70,106,229); }

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