Html Css Color HEX #4973DA Royal Blue

📋 copy color: '#4973DA'

red 73 ◦ green 115 ◦ blue 218

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

Shades of Royal Blue #4973DA

Tints of Royal Blue #4973DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 17.98%
G = 28.33%
B = 53.69%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4973DA (or 0x4973DA) is known color: Royal Blue. HEX triplet: 49, 73 and DA. RGB value is (73,115,218). Sum of RGB (Red+Green+Blue) = 73+115+218=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #4973DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973DA is #B68C25. Grayscale: #717171. Windows color (decimal): -11963430 or 14316361. OLE color: 14316361.

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

Color convert

RGB 73 115 218 -
CMYK 0.67 0.47 0 0.15
HSL 222.62º 0.66% 0.57% -
HSV(B) 222.62º 0.67% 0.85% -
XYZ 21.53 18.74 68.81 -
YUV 114.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 73 115 218 0.67 0.47 0 0.15 222.62 0.66 0.57
Hex 49 73 DA 43 2F 0 F DF 42 39
Octal 111 163 332 103 57 0 17 337 102 71
Binary 1001001 1110011 11011010 1000011 101111 0 1111 11011111 1000010 111001

Color Harmonies of #4973DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973DA

Black with #4973DA

Text Example


Text Example

White with #4973DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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