Html Css Color HEX #4A7FDB Royal Blue

📋 copy color: '#4A7FDB'

red 74 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #4A7FDB

Tints of Royal Blue #4A7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 17.62%
G = 30.24%
B = 52.14%

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

#4A7FDB (or 0x4A7FDB) is known color: Royal Blue. HEX triplet: 4A, 7F and DB. RGB value is (74,127,219). Sum of RGB (Red+Green+Blue) = 74+127+219=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FDB is #B58024. Grayscale: #797979. Windows color (decimal): -11894821 or 14384970. OLE color: 14384970.

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

Color convert

RGB 74 127 219 -
CMYK 0.66 0.42 0 0.14
HSL 218.07º 0.67% 0.57% -
HSV(B) 218.07º 0.66% 0.86% -
XYZ 23.2 21.75 69.99 -
YUV 121.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 74 127 219 0.66 0.42 0 0.14 218.07 0.67 0.57
Hex 4A 7F DB 42 2A 0 E DA 43 39
Octal 112 177 333 102 52 0 16 332 103 71
Binary 1001010 1111111 11011011 1000010 101010 0 1110 11011010 1000011 111001

Color Harmonies of #4A7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7FDB

Black with #4A7FDB

Text Example


Text Example

White with #4A7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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