Html Css Color HEX #4973CF Royal Blue

📋 copy color: '#4973CF'

red 73 ◦ green 115 ◦ blue 207

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

Shades of Royal Blue #4973CF

Tints of Royal Blue #4973CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 18.48%
G = 29.11%
B = 52.41%

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

#4973CF (or 0x4973CF) is known color: Royal Blue. HEX triplet: 49, 73 and CF. RGB value is (73,115,207). Sum of RGB (Red+Green+Blue) = 73+115+207=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #4973CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973CF is #B68C30. Grayscale: #707070. Windows color (decimal): -11963441 or 13595465. OLE color: 13595465.

HSL color Cylindrical-coordinate representation of color #4973CF: hue angle of 221.19º 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 #4973CF is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 115 207 -
CMYK 0.65 0.44 0 0.19
HSL 221.19º 0.58% 0.55% -
HSV(B) 221.19º 0.65% 0.81% -
XYZ 20.14 18.18 61.48 -
YUV 112.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 73 115 207 0.65 0.44 0 0.19 221.19 0.58 0.55
Hex 49 73 CF 41 2C 0 13 DD 3A 37
Octal 111 163 317 101 54 0 23 335 72 67
Binary 1001001 1110011 11001111 1000001 101100 0 10011 11011101 111010 110111

Color Harmonies of #4973CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973CF

Black with #4973CF

Text Example


Text Example

White with #4973CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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