#496BDD

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

Shades of Royal Blue #496BDD

Tints of Royal Blue #496BDD

Color information

#496BDD (or 0x496BDD) is unknown color: approx Royal Blue. HEX triplet: 49, 6B and DD. RGB value is (73,107,221). Sum of RGB (Red+Green+Blue) = 73+107+221=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #496BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BDD is #B69422. Grayscale: #6D6D6D. Windows color (decimal): -11965475 or 14510921. OLE color: 14510921.

HSL color Cylindrical-coordinate representation of color #496BDD: hue angle of 226.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496BDD is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73107221-
CMYK0.670.5200.13
HSL226.22º68.52%57.65%-
HSV(B)226.22º66.97%86.67%-
XYZ21.0617.1570.61-
YUV109.83190.74101.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.20%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=18.20%
G=26.68%
B=55.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731072210.670.5200.13226.2268.5257.65
Hex496BDD43340De2453a
Octal1111533351036401534210572
Binary1001001110101111011101100001111010001101111000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496BDD; }

 p { color: rgb(73,107,221); }

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

<style>
 a { background-color: #496BDD; }

 a { background-color: rgb(73,107,221); }

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

<style>
 span { border-color: #496BDD; }

 span { border-color: rgb(73,107,221); }

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