#497FED

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

Shades of Royal Blue #497FED

Tints of Royal Blue #497FED

Color information

#497FED (or 0x497FED) is unknown color: approx Royal Blue. HEX triplet: 49, 7F and ED. RGB value is (73,127,237). Sum of RGB (Red+Green+Blue) = 73+127+237=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #497FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FED is #B68012. Grayscale: #7A7A7A. Windows color (decimal): -11960339 or 15564617. OLE color: 15564617.

HSL color Cylindrical-coordinate representation of color #497FED: hue angle of 220.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497FED is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73127237-
CMYK0.690.4600.07
HSL220.24º82%60.78%-
HSV(B)220.24º69.2%92.94%-
XYZ25.6222.7183.15-
YUV123.39192.1192.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=16.70%
G=29.06%
B=54.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731272370.690.4600.07220.248260.78
Hex497FED452E07dc523d
Octal111177355105560733412275
Binary100100111111111110110110001011011100111110111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,237); }

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

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

 a { background-color: rgb(73,127,237); }

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

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

 span { border-color: rgb(73,127,237); }

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