Html Css Color HEX #497CDB Royal Blue

📋 copy color: '#497CDB'

red 73 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #497CDB

Tints of Royal Blue #497CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

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

R = 17.55%
G = 29.81%
B = 52.64%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497CDB (or 0x497CDB) is known color: Royal Blue. HEX triplet: 49, 7C and DB. RGB value is (73,124,219). Sum of RGB (Red+Green+Blue) = 73+124+219=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #497CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CDB is #B68324. Grayscale: #777777. Windows color (decimal): -11961125 or 14384201. OLE color: 14384201.

HSL color Cylindrical-coordinate representation of color #497CDB: hue angle of 219.04º 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 #497CDB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 124 219 -
CMYK 0.67 0.43 0 0.14
HSL 219.04º 0.67% 0.57% -
HSV(B) 219.04º 0.67% 0.86% -
XYZ 22.74 20.95 69.86 -
YUV 119.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 73 124 219 0.67 0.43 0 0.14 219.04 0.67 0.57
Hex 49 7C DB 43 2B 0 E DB 43 39
Octal 111 174 333 103 53 0 16 333 103 71
Binary 1001001 1111100 11011011 1000011 101011 0 1110 11011011 1000011 111001

Color Harmonies of #497CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CDB

Black with #497CDB

Text Example


Text Example

White with #497CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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