Html Css Color HEX #497AE6 Royal Blue

📋 copy color: '#497AE6'

red 73 ◦ green 122 ◦ blue 230

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

Shades of Royal Blue #497AE6

Tints of Royal Blue #497AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.12%

R = 17.18%
G = 28.71%
B = 54.12%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#497AE6 (or 0x497AE6) is known color: Royal Blue. HEX triplet: 49, 7A and E6. RGB value is (73,122,230). Sum of RGB (Red+Green+Blue) = 73+122+230=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #497AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AE6 is #B68519. Grayscale: #777777. Windows color (decimal): -11961626 or 15104585. OLE color: 15104585.

HSL color Cylindrical-coordinate representation of color #497AE6: hue angle of 221.27º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497AE6 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 122 230 -
CMYK 0.68 0.47 0 0.10
HSL 221.27º 0.76% 0.59% -
HSV(B) 221.27º 0.68% 0.9% -
XYZ 23.99 21.05 77.66 -
YUV 119.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 73 122 230 0.68 0.47 0 0.10 221.27 0.76 0.59
Hex 49 7A E6 44 2F 0 A DD 4C 3B
Octal 111 172 346 104 57 0 12 335 114 73
Binary 1001001 1111010 11100110 1000100 101111 0 1010 11011101 1001100 111011

Color Harmonies of #497AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AE6

Black with #497AE6

Text Example


Text Example

White with #497AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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