Html Css Color HEX #497AE0 Royal Blue

📋 copy color: '#497AE0'

red 73 ◦ green 122 ◦ blue 224

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

Shades of Royal Blue #497AE0

Tints of Royal Blue #497AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 17.42%
G = 29.12%
B = 53.46%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#497AE0 (or 0x497AE0) is known color: Royal Blue. HEX triplet: 49, 7A and E0. RGB value is (73,122,224). Sum of RGB (Red+Green+Blue) = 73+122+224=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #497AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AE0 is #B6851F. Grayscale: #767676. Windows color (decimal): -11961632 or 14711369. OLE color: 14711369.

HSL color Cylindrical-coordinate representation of color #497AE0: hue angle of 220.53º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497AE0 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 122 224 -
CMYK 0.67 0.46 0 0.12
HSL 220.53º 0.71% 0.58% -
HSV(B) 220.53º 0.67% 0.88% -
XYZ 23.16 20.72 73.3 -
YUV 118.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 73 122 224 0.67 0.46 0 0.12 220.53 0.71 0.58
Hex 49 7A E0 43 2E 0 C DD 47 3A
Octal 111 172 340 103 56 0 14 335 107 72
Binary 1001001 1111010 11100000 1000011 101110 0 1100 11011101 1000111 111010

Color Harmonies of #497AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AE0

Black with #497AE0

Text Example


Text Example

White with #497AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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