Html Css Color HEX #497ADE Royal Blue

📋 copy color: '#497ADE'

red 73 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #497ADE

Tints of Royal Blue #497ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 17.51%
G = 29.26%
B = 53.24%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#497ADE (or 0x497ADE) is known color: Royal Blue. HEX triplet: 49, 7A and DE. RGB value is (73,122,222). Sum of RGB (Red+Green+Blue) = 73+122+222=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #497ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ADE is #B68521. Grayscale: #767676. Windows color (decimal): -11961634 or 14580297. OLE color: 14580297.

HSL color Cylindrical-coordinate representation of color #497ADE: hue angle of 220.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497ADE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 122 222 -
CMYK 0.67 0.45 0 0.13
HSL 220.27º 0.69% 0.58% -
HSV(B) 220.27º 0.67% 0.87% -
XYZ 22.89 20.61 71.88 -
YUV 118.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 73 122 222 0.67 0.45 0 0.13 220.27 0.69 0.58
Hex 49 7A DE 43 2D 0 D DC 45 3A
Octal 111 172 336 103 55 0 15 334 105 72
Binary 1001001 1111010 11011110 1000011 101101 0 1101 11011100 1000101 111010

Color Harmonies of #497ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ADE

Black with #497ADE

Text Example


Text Example

White with #497ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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