Html Css Color HEX #4973EA Royal Blue

📋 copy color: '#4973EA'

red 73 ◦ green 115 ◦ blue 234

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

Shades of Royal Blue #4973EA

Tints of Royal Blue #4973EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 17.3%
G = 27.25%
B = 55.45%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4973EA (or 0x4973EA) is known color: Royal Blue. HEX triplet: 49, 73 and EA. RGB value is (73,115,234). Sum of RGB (Red+Green+Blue) = 73+115+234=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #4973EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4973EA is #B68C15. Grayscale: #737373. Windows color (decimal): -11963414 or 15364937. OLE color: 15364937.

HSL color Cylindrical-coordinate representation of color #4973EA: hue angle of 224.35º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4973EA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 115 234 -
CMYK 0.69 0.51 0 0.08
HSL 224.35º 0.79% 0.6% -
HSV(B) 224.35º 0.69% 0.92% -
XYZ 23.73 19.62 80.38 -
YUV 116.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 73 115 234 0.69 0.51 0 0.08 224.35 0.79 0.6
Hex 49 73 EA 45 33 0 8 E0 4F 3C
Octal 111 163 352 105 63 0 10 340 117 74
Binary 1001001 1110011 11101010 1000101 110011 0 1000 11100000 1001111 111100

Color Harmonies of #4973EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973EA

Black with #4973EA

Text Example


Text Example

White with #4973EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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