Html Css Color HEX #4A6EE5 Royal Blue

📋 copy color: '#4A6EE5'

red 74 ◦ green 110 ◦ blue 229

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

Shades of Royal Blue #4A6EE5

Tints of Royal Blue #4A6EE5

RGB

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

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

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

R = 17.92%
G = 26.63%
B = 55.45%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4A6EE5 (or 0x4A6EE5) is known color: Royal Blue. HEX triplet: 4A, 6E and E5. RGB value is (74,110,229). Sum of RGB (Red+Green+Blue) = 74+110+229=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #4A6EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6EE5 is #B5911A. Grayscale: #707070. Windows color (decimal): -11899163 or 15035978. OLE color: 15035978.

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

Color convert

RGB 74 110 229 -
CMYK 0.68 0.52 0 0.10
HSL 226.06º 0.75% 0.59% -
HSV(B) 226.06º 0.68% 0.9% -
XYZ 22.54 18.26 76.47 -
YUV 112.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 74 110 229 0.68 0.52 0 0.10 226.06 0.75 0.59
Hex 4A 6E E5 44 34 0 A E2 4B 3B
Octal 112 156 345 104 64 0 12 342 113 73
Binary 1001010 1101110 11100101 1000100 110100 0 1010 11100010 1001011 111011

Color Harmonies of #4A6EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6EE5

Black with #4A6EE5

Text Example


Text Example

White with #4A6EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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