Html Css Color HEX #497BDA Royal Blue

📋 copy color: '#497BDA'

red 73 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #497BDA

Tints of Royal Blue #497BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 17.63%
G = 29.71%
B = 52.66%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#497BDA (or 0x497BDA) is known color: Royal Blue. HEX triplet: 49, 7B and DA. RGB value is (73,123,218). Sum of RGB (Red+Green+Blue) = 73+123+218=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #497BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDA is #B68425. Grayscale: #767676. Windows color (decimal): -11961382 or 14318409. OLE color: 14318409.

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

Color convert

RGB 73 123 218 -
CMYK 0.67 0.44 0 0.15
HSL 219.31º 0.66% 0.57% -
HSV(B) 219.31º 0.67% 0.85% -
XYZ 22.49 20.64 69.13 -
YUV 118.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 73 123 218 0.67 0.44 0 0.15 219.31 0.66 0.57
Hex 49 7B DA 43 2C 0 F DB 42 39
Octal 111 173 332 103 54 0 17 333 102 71
Binary 1001001 1111011 11011010 1000011 101100 0 1111 11011011 1000010 111001

Color Harmonies of #497BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BDA

Black with #497BDA

Text Example


Text Example

White with #497BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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