Html Css Color HEX #497EE7 Royal Blue

📋 copy color: '#497EE7'

red 73 ◦ green 126 ◦ blue 231

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

Shades of Royal Blue #497EE7

Tints of Royal Blue #497EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 231 (90.63% from 255) = 53.72%

R = 16.98%
G = 29.3%
B = 53.72%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#497EE7 (or 0x497EE7) is known color: Royal Blue. HEX triplet: 49, 7E and E7. RGB value is (73,126,231). Sum of RGB (Red+Green+Blue) = 73+126+231=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #497EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EE7 is #B68118. Grayscale: #797979. Windows color (decimal): -11960601 or 15171145. OLE color: 15171145.

HSL color Cylindrical-coordinate representation of color #497EE7: hue angle of 219.87º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497EE7 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 126 231 -
CMYK 0.68 0.45 0 0.09
HSL 219.87º 0.77% 0.6% -
HSV(B) 219.87º 0.68% 0.91% -
XYZ 24.63 22.11 78.57 -
YUV 122.12 189.44 92.96 -
System Red Green Blue C M Y K H S L
Decimal 73 126 231 0.68 0.45 0 0.09 219.87 0.77 0.6
Hex 49 7E E7 44 2D 0 9 DC 4D 3C
Octal 111 176 347 104 55 0 11 334 115 74
Binary 1001001 1111110 11100111 1000100 101101 0 1001 11011100 1001101 111100

Color Harmonies of #497EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EE7

Black with #497EE7

Text Example


Text Example

White with #497EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,231); }

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

background-color css

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

 a { background-color: rgb(73,126,231); }

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

border-color css

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

 span { border-color: rgb(73,126,231); }

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