Html Css Color HEX #466CEA Royal Blue

📋 copy color: '#466CEA'

red 70 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #466CEA

Tints of Royal Blue #466CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 16.99%
G = 26.21%
B = 56.8%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#466CEA (or 0x466CEA) is known color: Royal Blue. HEX triplet: 46, 6C and EA. RGB value is (70,108,234). Sum of RGB (Red+Green+Blue) = 70+108+234=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #466CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CEA is #B99315. Grayscale: #6E6E6E. Windows color (decimal): -12161814 or 15363142. OLE color: 15363142.

HSL color Cylindrical-coordinate representation of color #466CEA: hue angle of 226.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466CEA is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 108 234 -
CMYK 0.70 0.54 0 0.08
HSL 226.1º 0.8% 0.6% -
HSV(B) 226.1º 0.7% 0.92% -
XYZ 22.74 17.97 80.11 -
YUV 111 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 70 108 234 0.70 0.54 0 0.08 226.1 0.8 0.6
Hex 46 6C EA 46 36 0 8 E2 50 3C
Octal 106 154 352 106 66 0 10 342 120 74
Binary 1000110 1101100 11101010 1000110 110110 0 1000 11100010 1010000 111100

Color Harmonies of #466CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CEA

Black with #466CEA

Text Example


Text Example

White with #466CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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