#4962dc

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

Shades of Royal Blue #4962DC

Tints of Royal Blue #4962DC

Color information

#4962DC (or 0x4962DC) is unknown color: approx Royal Blue. HEX triplet: 49, 62 and DC. RGB value is (73,98,220). Sum of RGB (Red+Green+Blue) = 73+98+220=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #4962DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962DC is #B69D23. Grayscale: #676767. Windows color (decimal): -11967780 or 14443081. OLE color: 14443081.

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

Color convert

RGB7398220-
CMYK0.670.5500.14
HSL229.8º67.74%57.45%-
HSV(B)229.8º66.82%86.27%-
XYZ20.0315.3269.61-
YUV104.43193.22105.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 56.27%
R=18.67%
G=25.06%
B=56.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73982200.670.5500.14229.867.7457.45
Hex4962DC43370Ee64439
Octal1111423341036701634610471
Binary1001001110001011011100100001111011101110111001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4962dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4962dc; }

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

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

<style>
 a { background-color: #4962dc; }

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

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

<style>
 span { border-color: #4962dc; }

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

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