Html Css Color HEX #497AF7 Royal Blue

📋 copy color: '#497AF7'

red 73 ◦ green 122 ◦ blue 247

#497AF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #497AF7

Tints of Royal Blue #497AF7

RGB

 RED value IS 73 (28.91% from 255) = 16.52%

 GREEN value IS 122 (48.05% from 255) = 27.6%

 BLUE value IS 247 (96.88% from 255) = 55.88%

R = 16.52%
G = 27.6%
B = 55.88%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#497AF7 (or 0x497AF7) is known color: Royal Blue. HEX triplet: 49, 7A and F7. RGB value is (73,122,247). Sum of RGB (Red+Green+Blue) = 73+122+247=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #497AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF7 is #B68508. Grayscale: #797979. Windows color (decimal): -11961609 or 16218697. OLE color: 16218697.

HSL color Cylindrical-coordinate representation of color #497AF7: hue angle of 223.1º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497AF7 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 122 247 -
CMYK 0.70 0.51 0 0.03
HSL 223.1º 0.92% 0.63% -
HSV(B) 223.1º 0.7% 0.97% -
XYZ 26.5 22.05 90.86 -
YUV 121.6 198.77 93.34 -
System Red Green Blue C M Y K H S L
Decimal 73 122 247 0.70 0.51 0 0.03 223.1 0.92 0.63
Hex 49 7A F7 46 33 0 3 DF 5C 3F
Octal 111 172 367 106 63 0 3 337 134 77
Binary 1001001 1111010 11110111 1000110 110011 0 11 11011111 1011100 111111

Color Harmonies of #497AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AF7

Black with #497AF7

Text Example


Text Example

White with #497AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,247); }

 H1.HeaderClassName
 {
   color: #497AF7;
 }
 .AnyTagClassName
 {
   color: #497AF7;
 }
</style>

background-color css

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

 a { background-color: rgb(73,122,247); }

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

border-color css

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

 span { border-color: rgb(73,122,247); }

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