Html Css Color HEX #497AF6 Royal Blue

📋 copy color: '#497AF6'

red 73 ◦ green 122 ◦ blue 246

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

Shades of Royal Blue #497AF6

Tints of Royal Blue #497AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 16.55%
G = 27.66%
B = 55.78%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#497AF6 (or 0x497AF6) is known color: Royal Blue. HEX triplet: 49, 7A and F6. RGB value is (73,122,246). Sum of RGB (Red+Green+Blue) = 73+122+246=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #497AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF6 is #B68509. Grayscale: #787878. Windows color (decimal): -11961610 or 16153161. OLE color: 16153161.

HSL color Cylindrical-coordinate representation of color #497AF6: hue angle of 223.01º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497AF6 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 122 246 -
CMYK 0.70 0.50 0 0.04
HSL 223.01º 0.91% 0.63% -
HSV(B) 223.01º 0.7% 0.96% -
XYZ 26.34 21.99 90.04 -
YUV 121.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 73 122 246 0.70 0.50 0 0.04 223.01 0.91 0.63
Hex 49 7A F6 46 32 0 4 DF 5B 3F
Octal 111 172 366 106 62 0 4 337 133 77
Binary 1001001 1111010 11110110 1000110 110010 0 100 11011111 1011011 111111

Color Harmonies of #497AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AF6

Black with #497AF6

Text Example


Text Example

White with #497AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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