Html Css Color HEX #466CE5 Royal Blue

📋 copy color: '#466CE5'

red 70 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #466CE5

Tints of Royal Blue #466CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 17.2%
G = 26.54%
B = 56.27%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#466CE5 (or 0x466CE5) is known color: Royal Blue. HEX triplet: 46, 6C and E5. RGB value is (70,108,229). Sum of RGB (Red+Green+Blue) = 70+108+229=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #466CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CE5 is #B9931A. Grayscale: #6D6D6D. Windows color (decimal): -12161819 or 15035462. OLE color: 15035462.

HSL color Cylindrical-coordinate representation of color #466CE5: hue angle of 225.66º 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 #466CE5 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 108 229 -
CMYK 0.69 0.53 0 0.10
HSL 225.66º 0.75% 0.59% -
HSV(B) 225.66º 0.69% 0.9% -
XYZ 22.03 17.68 76.38 -
YUV 110.43 194.91 99.16 -
System Red Green Blue C M Y K H S L
Decimal 70 108 229 0.69 0.53 0 0.10 225.66 0.75 0.59
Hex 46 6C E5 45 35 0 A E2 4B 3B
Octal 106 154 345 105 65 0 12 342 113 73
Binary 1000110 1101100 11100101 1000101 110101 0 1010 11100010 1001011 111011

Color Harmonies of #466CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CE5

Black with #466CE5

Text Example


Text Example

White with #466CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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