#4970DC

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

Shades of Royal Blue #4970DC

Tints of Royal Blue #4970DC

Color information

#4970DC (or 0x4970DC) is unknown color: approx Royal Blue. HEX triplet: 49, 70 and DC. RGB value is (73,112,220). Sum of RGB (Red+Green+Blue) = 73+112+220=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4970DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970DC is #B68F23. Grayscale: #707070. Windows color (decimal): -11964196 or 14446665. OLE color: 14446665.

HSL color Cylindrical-coordinate representation of color #4970DC: hue angle of 224.08º degrees, saturation: 0.68, 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 #4970DC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73112220-
CMYK0.670.4900.14
HSL224.08º67.74%57.45%-
HSV(B)224.08º66.82%86.27%-
XYZ21.4618.1770.09-
YUV112.65188.5899.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=18.02%
G=27.65%
B=54.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731122200.670.4900.14224.0867.7457.45
Hex4970DC43310Ee04439
Octal1111603341036101634010471
Binary1001001111000011011100100001111000101110111000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4970DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4970DC; }

 p { color: rgb(73,112,220); }

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

<style>
 a { background-color: #4970DC; }

 a { background-color: rgb(73,112,220); }

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

<style>
 span { border-color: #4970DC; }

 span { border-color: rgb(73,112,220); }

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