Html Css Color HEX #497CDC Royal Blue

📋 copy color: '#497CDC'

red 73 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #497CDC

Tints of Royal Blue #497CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 17.51%
G = 29.74%
B = 52.76%

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

#497CDC (or 0x497CDC) is known color: Royal Blue. HEX triplet: 49, 7C and DC. RGB value is (73,124,220). Sum of RGB (Red+Green+Blue) = 73+124+220=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #497CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CDC is #B68323. Grayscale: #777777. Windows color (decimal): -11961124 or 14449737. OLE color: 14449737.

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

Color convert

RGB 73 124 220 -
CMYK 0.67 0.44 0 0.14
HSL 219.18º 0.68% 0.57% -
HSV(B) 219.18º 0.67% 0.86% -
XYZ 22.87 21 70.56 -
YUV 119.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 73 124 220 0.67 0.44 0 0.14 219.18 0.68 0.57
Hex 49 7C DC 43 2C 0 E DB 44 39
Octal 111 174 334 103 54 0 16 333 104 71
Binary 1001001 1111100 11011100 1000011 101100 0 1110 11011011 1000100 111001

Color Harmonies of #497CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CDC

Black with #497CDC

Text Example


Text Example

White with #497CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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