Html Css Color HEX #4A6EDE Royal Blue

📋 copy color: '#4A6EDE'

red 74 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #4A6EDE

Tints of Royal Blue #4A6EDE

RGB

 RED value IS 74 (29.3% from 255) = 18.23%

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

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

R = 18.23%
G = 27.09%
B = 54.68%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A6EDE (or 0x4A6EDE) is known color: Royal Blue. HEX triplet: 4A, 6E and DE. RGB value is (74,110,222). Sum of RGB (Red+Green+Blue) = 74+110+222=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6EDE is #B59121. Grayscale: #6F6F6F. Windows color (decimal): -11899170 or 14577226. OLE color: 14577226.

HSL color Cylindrical-coordinate representation of color #4A6EDE: hue angle of 225.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6EDE is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 110 222 -
CMYK 0.67 0.50 0 0.13
HSL 225.41º 0.69% 0.58% -
HSV(B) 225.41º 0.67% 0.87% -
XYZ 21.58 17.88 71.42 -
YUV 112 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 74 110 222 0.67 0.50 0 0.13 225.41 0.69 0.58
Hex 4A 6E DE 43 32 0 D E1 45 3A
Octal 112 156 336 103 62 0 15 341 105 72
Binary 1001010 1101110 11011110 1000011 110010 0 1101 11100001 1000101 111010

Color Harmonies of #4A6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6EDE

Black with #4A6EDE

Text Example


Text Example

White with #4A6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6EDE; }

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

 H1.HeaderClassName
 {
   color: #4A6EDE;
 }
 .AnyTagClassName
 {
   color: #4A6EDE;
 }
</style>

background-color css

<style>
 a { background-color: #4A6EDE; }

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

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

border-color css

<style>
 span { border-color: #4A6EDE; }

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

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