Html Css Color HEX #4A6ADA Royal Blue

📋 copy color: '#4A6ADA'

red 74 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #4A6ADA

Tints of Royal Blue #4A6ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 18.59%
G = 26.63%
B = 54.77%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A6ADA (or 0x4A6ADA) is known color: Royal Blue. HEX triplet: 4A, 6A and DA. RGB value is (74,106,218). Sum of RGB (Red+Green+Blue) = 74+106+218=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A6ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ADA is #B59525. Grayscale: #6C6C6C. Windows color (decimal): -11900198 or 14314058. OLE color: 14314058.

HSL color Cylindrical-coordinate representation of color #4A6ADA: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A6ADA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 106 218 -
CMYK 0.66 0.51 0 0.15
HSL 226.67º 0.66% 0.57% -
HSV(B) 226.67º 0.66% 0.85% -
XYZ 20.63 16.83 68.49 -
YUV 109.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 74 106 218 0.66 0.51 0 0.15 226.67 0.66 0.57
Hex 4A 6A DA 42 33 0 F E3 42 39
Octal 112 152 332 102 63 0 17 343 102 71
Binary 1001010 1101010 11011010 1000010 110011 0 1111 11100011 1000010 111001

Color Harmonies of #4A6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6ADA

Black with #4A6ADA

Text Example


Text Example

White with #4A6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,106,218); }

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

background-color css

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

 a { background-color: rgb(74,106,218); }

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

border-color css

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

 span { border-color: rgb(74,106,218); }

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