Html Css Color HEX #4A7EDB Royal Blue

📋 copy color: '#4A7EDB'

red 74 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #4A7EDB

Tints of Royal Blue #4A7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 17.66%
G = 30.07%
B = 52.27%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A7EDB (or 0x4A7EDB) is known color: Royal Blue. HEX triplet: 4A, 7E and DB. RGB value is (74,126,219). Sum of RGB (Red+Green+Blue) = 74+126+219=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7EDB is #B58124. Grayscale: #787878. Windows color (decimal): -11895077 or 14384714. OLE color: 14384714.

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

Color convert

RGB 74 126 219 -
CMYK 0.66 0.42 0 0.14
HSL 218.48º 0.67% 0.57% -
HSV(B) 218.48º 0.66% 0.86% -
XYZ 23.07 21.49 69.95 -
YUV 121.05 183.27 94.44 -
System Red Green Blue C M Y K H S L
Decimal 74 126 219 0.66 0.42 0 0.14 218.48 0.67 0.57
Hex 4A 7E DB 42 2A 0 E DA 43 39
Octal 112 176 333 102 52 0 16 332 103 71
Binary 1001010 1111110 11011011 1000010 101010 0 1110 11011010 1000011 111001

Color Harmonies of #4A7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7EDB

Black with #4A7EDB

Text Example


Text Example

White with #4A7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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