Html Css Color HEX #497AEE Royal Blue

📋 copy color: '#497AEE'

red 73 ◦ green 122 ◦ blue 238

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

Shades of Royal Blue #497AEE

Tints of Royal Blue #497AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 16.86%
G = 28.18%
B = 54.97%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#497AEE (or 0x497AEE) is known color: Royal Blue. HEX triplet: 49, 7A and EE. RGB value is (73,122,238). Sum of RGB (Red+Green+Blue) = 73+122+238=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #497AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AEE is #B68511. Grayscale: #787878. Windows color (decimal): -11961618 or 15628873. OLE color: 15628873.

HSL color Cylindrical-coordinate representation of color #497AEE: hue angle of 222.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497AEE is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 122 238 -
CMYK 0.69 0.49 0 0.07
HSL 222.18º 0.83% 0.61% -
HSV(B) 222.18º 0.69% 0.93% -
XYZ 25.14 21.51 83.72 -
YUV 120.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 73 122 238 0.69 0.49 0 0.07 222.18 0.83 0.61
Hex 49 7A EE 45 31 0 7 DE 53 3D
Octal 111 172 356 105 61 0 7 336 123 75
Binary 1001001 1111010 11101110 1000101 110001 0 111 11011110 1010011 111101

Color Harmonies of #497AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AEE

Black with #497AEE

Text Example


Text Example

White with #497AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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