Html Css Color HEX #4A7EDC Royal Blue

📋 copy color: '#4A7EDC'

red 74 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #4A7EDC

Tints of Royal Blue #4A7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 17.62%
G = 30%
B = 52.38%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A7EDC (or 0x4A7EDC) is known color: Royal Blue. HEX triplet: 4A, 7E and DC. RGB value is (74,126,220). Sum of RGB (Red+Green+Blue) = 74+126+220=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7EDC is #B58123. Grayscale: #787878. Windows color (decimal): -11895076 or 14450250. OLE color: 14450250.

HSL color Cylindrical-coordinate representation of color #4A7EDC: hue angle of 218.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7EDC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 126 220 -
CMYK 0.66 0.43 0 0.14
HSL 218.63º 0.68% 0.58% -
HSV(B) 218.63º 0.66% 0.86% -
XYZ 23.2 21.54 70.65 -
YUV 121.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 74 126 220 0.66 0.43 0 0.14 218.63 0.68 0.58
Hex 4A 7E DC 42 2B 0 E DB 44 3A
Octal 112 176 334 102 53 0 16 333 104 72
Binary 1001010 1111110 11011100 1000010 101011 0 1110 11011011 1000100 111010

Color Harmonies of #4A7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7EDC

Black with #4A7EDC

Text Example


Text Example

White with #4A7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,126,220); }

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

background-color css

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

 a { background-color: rgb(74,126,220); }

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

border-color css

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

 span { border-color: rgb(74,126,220); }

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