#4973DB

Color #4973DB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4973DB

Tints of Royal Blue #4973DB

Color information

#4973DB (or 0x4973DB) is unknown color: approx Royal Blue. HEX triplet: 49, 73 and DB. RGB value is (73,115,219). Sum of RGB (Red+Green+Blue) = 73+115+219=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4973DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973DB is #B68C24. Grayscale: #717171. Windows color (decimal): -11963429 or 14381897. OLE color: 14381897.

HSL color Cylindrical-coordinate representation of color #4973DB: hue angle of 222.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4973DB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73115219-
CMYK0.670.4700.14
HSL222.74º66.97%57.25%-
HSV(B)222.74º66.67%85.88%-
XYZ21.6618.7969.5-
YUV114.3187.0998.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=17.94%
G=28.26%
B=53.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731152190.670.4700.14222.7466.9757.25
Hex4973DB432F0Edf4339
Octal1111633331035701633710371
Binary1001001111001111011011100001110111101110110111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4973DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4973DB;
 }
 .AnyTagClassName
 {
   color: #4973DB;
 }
</style>
background-color css

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

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

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

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

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

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