Html Css Color HEX #4A7DDB Royal Blue

📋 copy color: '#4A7DDB'

red 74 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #4A7DDB

Tints of Royal Blue #4A7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 17.7%
G = 29.9%
B = 52.39%

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

#4A7DDB (or 0x4A7DDB) is known color: Royal Blue. HEX triplet: 4A, 7D and DB. RGB value is (74,125,219). Sum of RGB (Red+Green+Blue) = 74+125+219=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7DDB is #B58224. Grayscale: #787878. Windows color (decimal): -11895333 or 14384458. OLE color: 14384458.

HSL color Cylindrical-coordinate representation of color #4A7DDB: hue angle of 218.9º 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 #4A7DDB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 125 219 -
CMYK 0.66 0.43 0 0.14
HSL 218.9º 0.67% 0.57% -
HSV(B) 218.9º 0.66% 0.86% -
XYZ 22.94 21.24 69.91 -
YUV 120.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 74 125 219 0.66 0.43 0 0.14 218.9 0.67 0.57
Hex 4A 7D DB 42 2B 0 E DB 43 39
Octal 112 175 333 102 53 0 16 333 103 71
Binary 1001010 1111101 11011011 1000010 101011 0 1110 11011011 1000011 111001

Color Harmonies of #4A7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DDB

Black with #4A7DDB

Text Example


Text Example

White with #4A7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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