#4964DC

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

Shades of Royal Blue #4964DC

Tints of Royal Blue #4964DC

Color information

#4964DC (or 0x4964DC) is unknown color: approx Royal Blue. HEX triplet: 49, 64 and DC. RGB value is (73,100,220). Sum of RGB (Red+Green+Blue) = 73+100+220=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #4964DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964DC is #B69B23. Grayscale: #696969. Windows color (decimal): -11967268 or 14443593. OLE color: 14443593.

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

Color convert

RGB73100220-
CMYK0.670.5500.14
HSL228.98º67.74%57.45%-
HSV(B)228.98º66.82%86.27%-
XYZ20.2215.769.67-
YUV105.61192.55104.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 220 (86.33% from 255) = 55.98%
R=18.58%
G=25.45%
B=55.98%

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
Decimal731002200.670.5500.14228.9867.7457.45
Hex4964DC43370Ee54439
Octal1111443341036701634510471
Binary1001001110010011011100100001111011101110111001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4964DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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