Html Css Color HEX #4972DE Royal Blue

📋 copy color: '#4972DE'

red 73 ◦ green 114 ◦ blue 222

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

Shades of Royal Blue #4972DE

Tints of Royal Blue #4972DE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 17.85%
G = 27.87%
B = 54.28%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4972DE (or 0x4972DE) is known color: Royal Blue. HEX triplet: 49, 72 and DE. RGB value is (73,114,222). Sum of RGB (Red+Green+Blue) = 73+114+222=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #4972DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972DE is #B68D21. Grayscale: #717171. Windows color (decimal): -11963682 or 14578249. OLE color: 14578249.

HSL color Cylindrical-coordinate representation of color #4972DE: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4972DE is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 114 222 -
CMYK 0.67 0.49 0 0.13
HSL 223.49º 0.69% 0.58% -
HSV(B) 223.49º 0.67% 0.87% -
XYZ 21.95 18.73 71.56 -
YUV 114.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 73 114 222 0.67 0.49 0 0.13 223.49 0.69 0.58
Hex 49 72 DE 43 31 0 D DF 45 3A
Octal 111 162 336 103 61 0 15 337 105 72
Binary 1001001 1110010 11011110 1000011 110001 0 1101 11011111 1000101 111010

Color Harmonies of #4972DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4972DE

Black with #4972DE

Text Example


Text Example

White with #4972DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4972DE; }

 p { color: rgb(73,114,222); }

 H1.HeaderClassName
 {
   color: #4972DE;
 }
 .AnyTagClassName
 {
   color: #4972DE;
 }
</style>

background-color css

<style>
 a { background-color: #4972DE; }

 a { background-color: rgb(73,114,222); }

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

border-color css

<style>
 span { border-color: #4972DE; }

 span { border-color: rgb(73,114,222); }

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