#496CDD

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

Shades of Royal Blue #496CDD

Tints of Royal Blue #496CDD

Color information

#496CDD (or 0x496CDD) is unknown color: approx Royal Blue. HEX triplet: 49, 6C and DD. RGB value is (73,108,221). Sum of RGB (Red+Green+Blue) = 73+108+221=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #496CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CDD is #B69322. Grayscale: #6D6D6D. Windows color (decimal): -11965219 or 14511177. OLE color: 14511177.

HSL color Cylindrical-coordinate representation of color #496CDD: hue angle of 225.81º 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 #496CDD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73108221-
CMYK0.670.5100.13
HSL225.81º68.52%57.65%-
HSV(B)225.81º66.97%86.67%-
XYZ21.1617.3670.64-
YUV110.42190.4101.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.16%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=18.16%
G=26.87%
B=54.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731082210.670.5100.13225.8168.5257.65
Hex496CDD43330De2453a
Octal1111543351036301534210572
Binary1001001110110011011101100001111001101101111000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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