#496BCD

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

Shades of Royal Blue #496BCD

Tints of Royal Blue #496BCD

Color information

#496BCD (or 0x496BCD) is unknown color: approx Royal Blue. HEX triplet: 49, 6B and CD. RGB value is (73,107,205). Sum of RGB (Red+Green+Blue) = 73+107+205=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #496BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BCD is #B69432. Grayscale: #6B6B6B. Windows color (decimal): -11965491 or 13462345. OLE color: 13462345.

HSL color Cylindrical-coordinate representation of color #496BCD: hue angle of 224.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496BCD is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73107205-
CMYK0.640.4800.20
HSL224.55º56.9%54.51%-
HSV(B)224.55º64.39%80.39%-
XYZ19.0216.3459.91-
YUV108.01182.74103.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=18.96%
G=27.79%
B=53.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731072050.640.4800.20224.5556.954.51
Hex496BCD4030014e13937
Octal111153315100600243417167
Binary1001001110101111001101100000011000001010011100001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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