#497CD5

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

Shades of Royal Blue #497CD5

Tints of Royal Blue #497CD5

Color information

#497CD5 (or 0x497CD5) is unknown color: approx Royal Blue. HEX triplet: 49, 7C and D5. RGB value is (73,124,213). Sum of RGB (Red+Green+Blue) = 73+124+213=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #497CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CD5 is #B6832A. Grayscale: #767676. Windows color (decimal): -11961131 or 13990985. OLE color: 13990985.

HSL color Cylindrical-coordinate representation of color #497CD5: hue angle of 218.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497CD5 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73124213-
CMYK0.660.4200.16
HSL218.14º62.5%56.08%-
HSV(B)218.14º65.73%83.53%-
XYZ21.9720.6465.78-
YUV118.9181.195.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 213 (83.59% from 255) = 51.95%
R=17.80%
G=30.24%
B=51.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731242130.660.4200.16218.1462.556.08
Hex497CD5422A010da3e38
Octal111174325102520203327670
Binary1001001111110011010101100001010101001000011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497CD5; }

 p { color: rgb(73,124,213); }

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

<style>
 a { background-color: #497CD5; }

 a { background-color: rgb(73,124,213); }

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

<style>
 span { border-color: #497CD5; }

 span { border-color: rgb(73,124,213); }

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