#4969DC

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

Shades of Royal Blue #4969DC

Tints of Royal Blue #4969DC

Color information

#4969DC (or 0x4969DC) is unknown color: approx Royal Blue. HEX triplet: 49, 69 and DC. RGB value is (73,105,220). Sum of RGB (Red+Green+Blue) = 73+105+220=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4969DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969DC is #B69623. Grayscale: #6C6C6C. Windows color (decimal): -11965988 or 14444873. OLE color: 14444873.

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

Color convert

RGB73105220-
CMYK0.670.5200.14
HSL226.94º67.74%57.45%-
HSV(B)226.94º66.82%86.27%-
XYZ20.7216.6969.84-
YUV108.54190.9102.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=18.34%
G=26.38%
B=55.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731052200.670.5200.14226.9467.7457.45
Hex4969DC43340Ee34439
Octal1111513341036401634310471
Binary1001001110100111011100100001111010001110111000111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4969DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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