Html Css Color HEX #4A5ADE Royal Blue

📋 copy color: '#4A5ADE'

red 74 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #4A5ADE

Tints of Royal Blue #4A5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 19.17%
G = 23.32%
B = 57.51%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A5ADE (or 0x4A5ADE) is known color: Royal Blue. HEX triplet: 4A, 5A and DE. RGB value is (74,90,222). Sum of RGB (Red+Green+Blue) = 74+90+222=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ADE is #B5A521. Grayscale: #636363. Windows color (decimal): -11904290 or 14572106. OLE color: 14572106.

HSL color Cylindrical-coordinate representation of color #4A5ADE: hue angle of 233.51º 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 #4A5ADE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 90 222 -
CMYK 0.67 0.59 0 0.13
HSL 233.51º 0.69% 0.58% -
HSV(B) 233.51º 0.67% 0.87% -
XYZ 19.67 14.04 70.78 -
YUV 100.26 196.7 109.27 -
System Red Green Blue C M Y K H S L
Decimal 74 90 222 0.67 0.59 0 0.13 233.51 0.69 0.58
Hex 4A 5A DE 43 3B 0 D EA 45 3A
Octal 112 132 336 103 73 0 15 352 105 72
Binary 1001010 1011010 11011110 1000011 111011 0 1101 11101010 1000101 111010

Color Harmonies of #4A5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5ADE

Black with #4A5ADE

Text Example


Text Example

White with #4A5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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