Html Css Color HEX #497CDA Royal Blue

📋 copy color: '#497CDA'

red 73 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #497CDA

Tints of Royal Blue #497CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 17.59%
G = 29.88%
B = 52.53%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#497CDA (or 0x497CDA) is known color: Royal Blue. HEX triplet: 49, 7C and DA. RGB value is (73,124,218). Sum of RGB (Red+Green+Blue) = 73+124+218=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #497CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CDA is #B68325. Grayscale: #777777. Windows color (decimal): -11961126 or 14318665. OLE color: 14318665.

HSL color Cylindrical-coordinate representation of color #497CDA: hue angle of 218.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497CDA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 124 218 -
CMYK 0.67 0.43 0 0.15
HSL 218.9º 0.66% 0.57% -
HSV(B) 218.9º 0.67% 0.85% -
XYZ 22.61 20.89 69.17 -
YUV 119.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 73 124 218 0.67 0.43 0 0.15 218.9 0.66 0.57
Hex 49 7C DA 43 2B 0 F DB 42 39
Octal 111 174 332 103 53 0 17 333 102 71
Binary 1001001 1111100 11011010 1000011 101011 0 1111 11011011 1000010 111001

Color Harmonies of #497CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CDA

Black with #497CDA

Text Example


Text Example

White with #497CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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