#497BDD

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

Shades of Royal Blue #497BDD

Tints of Royal Blue #497BDD

Color information

#497BDD (or 0x497BDD) is unknown color: approx Royal Blue. HEX triplet: 49, 7B and DD. RGB value is (73,123,221). Sum of RGB (Red+Green+Blue) = 73+123+221=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #497BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDD is #B68422. Grayscale: #767676. Windows color (decimal): -11961379 or 14515017. OLE color: 14515017.

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

Color convert

RGB73123221-
CMYK0.670.4400.13
HSL219.73º68.52%57.65%-
HSV(B)219.73º66.97%86.67%-
XYZ22.8820.871.22-
YUV119.22185.4495.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=17.51%
G=29.50%
B=53.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731232210.670.4400.13219.7368.5257.65
Hex497BDD432C0Ddc453a
Octal1111733351035401533410572
Binary1001001111101111011101100001110110001101110111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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