Html Css Color HEX #4973DB Royal Blue

📋 copy color: '#4973DB'

red 73 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #4973DB

Tints of Royal Blue #4973DB

RGB

 RED value IS 73 (28.91% from 255) = 17.94%

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 17.94%
G = 28.26%
B = 53.81%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4973DB (or 0x4973DB) is known color: Royal Blue. HEX triplet: 49, 73 and DB. RGB value is (73,115,219). Sum of RGB (Red+Green+Blue) = 73+115+219=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4973DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973DB is #B68C24. Grayscale: #717171. Windows color (decimal): -11963429 or 14381897. OLE color: 14381897.

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

Color convert

RGB 73 115 219 -
CMYK 0.67 0.47 0 0.14
HSL 222.74º 0.67% 0.57% -
HSV(B) 222.74º 0.67% 0.86% -
XYZ 21.66 18.79 69.5 -
YUV 114.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 73 115 219 0.67 0.47 0 0.14 222.74 0.67 0.57
Hex 49 73 DB 43 2F 0 E DF 43 39
Octal 111 163 333 103 57 0 16 337 103 71
Binary 1001001 1110011 11011011 1000011 101111 0 1110 11011111 1000011 111001

Color Harmonies of #4973DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973DB

Black with #4973DB

Text Example


Text Example

White with #4973DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4973DB; }

 p { color: rgb(73,115,219); }

 H1.HeaderClassName
 {
   color: #4973DB;
 }
 .AnyTagClassName
 {
   color: #4973DB;
 }
</style>

background-color css

<style>
 a { background-color: #4973DB; }

 a { background-color: rgb(73,115,219); }

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

border-color css

<style>
 span { border-color: #4973DB; }

 span { border-color: rgb(73,115,219); }

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