Html Css Color HEX #497ADB Royal Blue

📋 copy color: '#497ADB'

red 73 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #497ADB

Tints of Royal Blue #497ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 17.63%
G = 29.47%
B = 52.9%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497ADB (or 0x497ADB) is known color: Royal Blue. HEX triplet: 49, 7A and DB. RGB value is (73,122,219). Sum of RGB (Red+Green+Blue) = 73+122+219=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #497ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ADB is #B68524. Grayscale: #757575. Windows color (decimal): -11961637 or 14383689. OLE color: 14383689.

HSL color Cylindrical-coordinate representation of color #497ADB: hue angle of 219.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497ADB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 122 219 -
CMYK 0.67 0.44 0 0.14
HSL 219.86º 0.67% 0.57% -
HSV(B) 219.86º 0.67% 0.86% -
XYZ 22.49 20.45 69.78 -
YUV 118.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 73 122 219 0.67 0.44 0 0.14 219.86 0.67 0.57
Hex 49 7A DB 43 2C 0 E DC 43 39
Octal 111 172 333 103 54 0 16 334 103 71
Binary 1001001 1111010 11011011 1000011 101100 0 1110 11011100 1000011 111001

Color Harmonies of #497ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ADB

Black with #497ADB

Text Example


Text Example

White with #497ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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