Html Css Color HEX #4A6DD5 Royal Blue

📋 copy color: '#4A6DD5'

red 74 ◦ green 109 ◦ blue 213

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

Shades of Royal Blue #4A6DD5

Tints of Royal Blue #4A6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.53%

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 18.69%
G = 27.53%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4A6DD5 (or 0x4A6DD5) is known color: Royal Blue. HEX triplet: 4A, 6D and D5. RGB value is (74,109,213). Sum of RGB (Red+Green+Blue) = 74+109+213=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A6DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6DD5 is #B5922A. Grayscale: #6D6D6D. Windows color (decimal): -11899435 or 13987146. OLE color: 13987146.

HSL color Cylindrical-coordinate representation of color #4A6DD5: hue angle of 224.89º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6DD5 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 109 213 -
CMYK 0.65 0.49 0 0.16
HSL 224.89º 0.62% 0.56% -
HSV(B) 224.89º 0.65% 0.84% -
XYZ 20.3 17.2 65.2 -
YUV 110.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 74 109 213 0.65 0.49 0 0.16 224.89 0.62 0.56
Hex 4A 6D D5 41 31 0 10 E1 3E 38
Octal 112 155 325 101 61 0 20 341 76 70
Binary 1001010 1101101 11010101 1000001 110001 0 10000 11100001 111110 111000

Color Harmonies of #4A6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6DD5

Black with #4A6DD5

Text Example


Text Example

White with #4A6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,213); }

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

background-color css

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

 a { background-color: rgb(74,109,213); }

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

border-color css

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

 span { border-color: rgb(74,109,213); }

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