#4966DB

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

Shades of Royal Blue #4966DB

Tints of Royal Blue #4966DB

Color information

#4966DB (or 0x4966DB) is unknown color: approx Royal Blue. HEX triplet: 49, 66 and DB. RGB value is (73,102,219). Sum of RGB (Red+Green+Blue) = 73+102+219=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #4966DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966DB is #B69924. Grayscale: #6A6A6A. Windows color (decimal): -11966757 or 14378569. OLE color: 14378569.

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

Color convert

RGB73102219-
CMYK0.670.5300.14
HSL228.08º66.97%57.25%-
HSV(B)228.08º66.67%85.88%-
XYZ20.2916.0369.04-
YUV106.67191.39103.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 219 (85.94% from 255) = 55.58%
R=18.53%
G=25.89%
B=55.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731022190.670.5300.14228.0866.9757.25
Hex4966DB43350Ee44339
Octal1111463331036501634410371
Binary1001001110011011011011100001111010101110111001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4966DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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