Html Css Color HEX #497AEC Royal Blue

📋 copy color: '#497AEC'

red 73 ◦ green 122 ◦ blue 236

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

Shades of Royal Blue #497AEC

Tints of Royal Blue #497AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 16.94%
G = 28.31%
B = 54.76%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#497AEC (or 0x497AEC) is known color: Royal Blue. HEX triplet: 49, 7A and EC. RGB value is (73,122,236). Sum of RGB (Red+Green+Blue) = 73+122+236=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #497AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AEC is #B68513. Grayscale: #777777. Windows color (decimal): -11961620 or 15497801. OLE color: 15497801.

HSL color Cylindrical-coordinate representation of color #497AEC: hue angle of 221.96º degrees, saturation: 0.81, 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 #497AEC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 122 236 -
CMYK 0.69 0.48 0 0.07
HSL 221.96º 0.81% 0.61% -
HSV(B) 221.96º 0.69% 0.93% -
XYZ 24.85 21.39 82.18 -
YUV 120.35 193.27 94.23 -
System Red Green Blue C M Y K H S L
Decimal 73 122 236 0.69 0.48 0 0.07 221.96 0.81 0.61
Hex 49 7A EC 45 30 0 7 DE 51 3D
Octal 111 172 354 105 60 0 7 336 121 75
Binary 1001001 1111010 11101100 1000101 110000 0 111 11011110 1010001 111101

Color Harmonies of #497AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AEC

Black with #497AEC

Text Example


Text Example

White with #497AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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