Html Css Color HEX #4973FA Royal Blue

📋 copy color: '#4973FA'

red 73 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #4973FA

Tints of Royal Blue #4973FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 16.67%
G = 26.26%
B = 57.08%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4973FA (or 0x4973FA) is known color: Royal Blue. HEX triplet: 49, 73 and FA. RGB value is (73,115,250). Sum of RGB (Red+Green+Blue) = 73+115+250=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #4973FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4973FA is #B68C05. Grayscale: #757575. Windows color (decimal): -11963398 or 16413513. OLE color: 16413513.

HSL color Cylindrical-coordinate representation of color #4973FA: hue angle of 225.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4973FA is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 115 250 -
CMYK 0.71 0.54 0 0.02
HSL 225.76º 0.95% 0.63% -
HSV(B) 225.76º 0.71% 0.98% -
XYZ 26.13 20.58 93.04 -
YUV 117.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 73 115 250 0.71 0.54 0 0.02 225.76 0.95 0.63
Hex 49 73 FA 47 36 0 2 E2 5F 3F
Octal 111 163 372 107 66 0 2 342 137 77
Binary 1001001 1110011 11111010 1000111 110110 0 10 11100010 1011111 111111

Color Harmonies of #4973FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973FA

Black with #4973FA

Text Example


Text Example

White with #4973FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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