#497EDD

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

Shades of Royal Blue #497EDD

Tints of Royal Blue #497EDD

Color information

#497EDD (or 0x497EDD) is unknown color: approx Royal Blue. HEX triplet: 49, 7E and DD. RGB value is (73,126,221). Sum of RGB (Red+Green+Blue) = 73+126+221=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #497EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDD is #B68122. Grayscale: #787878. Windows color (decimal): -11960611 or 14515785. OLE color: 14515785.

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

Color convert

RGB73126221-
CMYK0.670.4300.13
HSL218.51º68.52%57.65%-
HSV(B)218.51º66.97%86.67%-
XYZ23.2621.5671.34-
YUV120.98184.4493.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=17.38%
G=30%
B=52.62%

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
Decimal731262210.670.4300.13218.5168.5257.65
Hex497EDD432B0Ddb453a
Octal1111763351035301533310572
Binary1001001111111011011101100001110101101101110110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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