Html Css Color HEX #4973CE Royal Blue

📋 copy color: '#4973CE'

red 73 ◦ green 115 ◦ blue 206

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

Shades of Royal Blue #4973CE

Tints of Royal Blue #4973CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 18.53%
G = 29.19%
B = 52.28%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4973CE (or 0x4973CE) is known color: Royal Blue. HEX triplet: 49, 73 and CE. RGB value is (73,115,206). Sum of RGB (Red+Green+Blue) = 73+115+206=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4973CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973CE is #B68C31. Grayscale: #707070. Windows color (decimal): -11963442 or 13529929. OLE color: 13529929.

HSL color Cylindrical-coordinate representation of color #4973CE: hue angle of 221.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4973CE is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 115 206 -
CMYK 0.65 0.44 0 0.19
HSL 221.05º 0.58% 0.55% -
HSV(B) 221.05º 0.65% 0.81% -
XYZ 20.02 18.13 60.84 -
YUV 112.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 73 115 206 0.65 0.44 0 0.19 221.05 0.58 0.55
Hex 49 73 CE 41 2C 0 13 DD 3A 37
Octal 111 163 316 101 54 0 23 335 72 67
Binary 1001001 1110011 11001110 1000001 101100 0 10011 11011101 111010 110111

Color Harmonies of #4973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973CE

Black with #4973CE

Text Example


Text Example

White with #4973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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