#4974da

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

Shades of Royal Blue #4974DA

Tints of Royal Blue #4974DA

Color information

#4974DA (or 0x4974DA) is unknown color: approx Royal Blue. HEX triplet: 49, 74 and DA. RGB value is (73,116,218). Sum of RGB (Red+Green+Blue) = 73+116+218=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #4974DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974DA is #B68B25. Grayscale: #727272. Windows color (decimal): -11963174 or 14316617. OLE color: 14316617.

HSL color Cylindrical-coordinate representation of color #4974DA: hue angle of 222.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4974DA is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73116218-
CMYK0.670.4700.15
HSL222.21º66.21%57.06%-
HSV(B)222.21º66.51%85.49%-
XYZ21.6518.9768.85-
YUV114.77186.2598.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 218 (85.55% from 255) = 53.56%
R=17.94%
G=28.50%
B=53.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731162180.670.4700.15222.2166.2157.06
Hex4974DA432F0Fde4239
Octal1111643321035701733610271
Binary1001001111010011011010100001110111101111110111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4974da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4974da; }

 p { color: rgb(73,116,218); }

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

<style>
 a { background-color: #4974da; }

 a { background-color: rgb(73,116,218); }

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

<style>
 span { border-color: #4974da; }

 span { border-color: rgb(73,116,218); }

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