Html Css Color HEX #497CD6 Royal Blue

📋 copy color: '#497CD6'

red 73 ◦ green 124 ◦ blue 214

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

Shades of Royal Blue #497CD6

Tints of Royal Blue #497CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 17.76%
G = 30.17%
B = 52.07%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#497CD6 (or 0x497CD6) is known color: Royal Blue. HEX triplet: 49, 7C and D6. RGB value is (73,124,214). Sum of RGB (Red+Green+Blue) = 73+124+214=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #497CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CD6 is #B68329. Grayscale: #767676. Windows color (decimal): -11961130 or 14056521. OLE color: 14056521.

HSL color Cylindrical-coordinate representation of color #497CD6: hue angle of 218.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497CD6 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 124 214 -
CMYK 0.66 0.42 0 0.16
HSL 218.3º 0.63% 0.56% -
HSV(B) 218.3º 0.66% 0.84% -
XYZ 22.09 20.69 66.45 -
YUV 119.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 73 124 214 0.66 0.42 0 0.16 218.3 0.63 0.56
Hex 49 7C D6 42 2A 0 10 DA 3F 38
Octal 111 174 326 102 52 0 20 332 77 70
Binary 1001001 1111100 11010110 1000010 101010 0 10000 11011010 111111 111000

Color Harmonies of #497CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CD6

Black with #497CD6

Text Example


Text Example

White with #497CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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