#497BD4

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

Shades of Royal Blue #497BD4

Tints of Royal Blue #497BD4

Color information

#497BD4 (or 0x497BD4) is unknown color: approx Royal Blue. HEX triplet: 49, 7B and D4. RGB value is (73,123,212). Sum of RGB (Red+Green+Blue) = 73+123+212=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #497BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BD4 is #B6842B. Grayscale: #757575. Windows color (decimal): -11961388 or 13925193. OLE color: 13925193.

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

Color convert

RGB73123212-
CMYK0.660.4200.17
HSL218.42º61.78%55.88%-
HSV(B)218.42º65.57%83.14%-
XYZ21.7120.3465.07-
YUV118.2180.9495.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.89%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 212 (83.20% from 255) = 51.96%
R=17.89%
G=30.15%
B=51.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal731232120.660.4200.17218.4261.7855.88
Hex497BD4422A011da3e38
Octal111173324102520213327670
Binary1001001111101111010100100001010101001000111011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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