#497EDF

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

Shades of Royal Blue #497EDF

Tints of Royal Blue #497EDF

Color information

#497EDF (or 0x497EDF) is unknown color: approx Royal Blue. HEX triplet: 49, 7E and DF. RGB value is (73,126,223). Sum of RGB (Red+Green+Blue) = 73+126+223=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #497EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDF is #B68120. Grayscale: #787878. Windows color (decimal): -11960609 or 14646857. OLE color: 14646857.

HSL color Cylindrical-coordinate representation of color #497EDF: hue angle of 218.8º degrees, saturation: 0.7, 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 #497EDF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73126223-
CMYK0.670.4300.13
HSL218.8º70.09%58.04%-
HSV(B)218.8º67.26%87.45%-
XYZ23.5321.6772.75-
YUV121.21185.4493.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.30%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=17.30%
G=29.86%
B=52.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731262230.670.4300.13218.870.0958.04
Hex497EDF432B0Ddb463a
Octal1111763371035301533310672
Binary1001001111111011011111100001110101101101110110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,126,223); }

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

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

 a { background-color: rgb(73,126,223); }

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

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

 span { border-color: rgb(73,126,223); }

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