#497FF3

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

Shades of Royal Blue #497FF3

Tints of Royal Blue #497FF3

Color information

#497FF3 (or 0x497FF3) is unknown color: approx Royal Blue. HEX triplet: 49, 7F and F3. RGB value is (73,127,243). Sum of RGB (Red+Green+Blue) = 73+127+243=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #497FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FF3 is #B6800C. Grayscale: #7B7B7B. Windows color (decimal): -11960333 or 15957833. OLE color: 15957833.

HSL color Cylindrical-coordinate representation of color #497FF3: hue angle of 220.94º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497FF3 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73127243-
CMYK0.700.4800.05
HSL220.94º87.63%61.96%-
HSV(B)220.94º69.96%95.29%-
XYZ26.5123.0787.85-
YUV124.08195.1191.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 243 (95.31% from 255) = 54.85%
R=16.48%
G=28.67%
B=54.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731272430.700.4800.05220.9487.6361.96
Hex497FF3463005dd583e
Octal111177363106600533513076
Binary100100111111111111001110001101100000101110111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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