Html Css Color HEX #497BD6 Royal Blue

📋 copy color: '#497BD6'

red 73 ◦ green 123 ◦ blue 214

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

Shades of Royal Blue #497BD6

Tints of Royal Blue #497BD6

RGB

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

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

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

R = 17.8%
G = 30%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#497BD6 (or 0x497BD6) is known color: Royal Blue. HEX triplet: 49, 7B and D6. RGB value is (73,123,214). Sum of RGB (Red+Green+Blue) = 73+123+214=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #497BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BD6 is #B68429. Grayscale: #767676. Windows color (decimal): -11961386 or 14056265. OLE color: 14056265.

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

Color convert

RGB 73 123 214 -
CMYK 0.66 0.43 0 0.16
HSL 218.72º 0.63% 0.56% -
HSV(B) 218.72º 0.66% 0.84% -
XYZ 21.97 20.44 66.41 -
YUV 118.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 73 123 214 0.66 0.43 0 0.16 218.72 0.63 0.56
Hex 49 7B D6 42 2B 0 10 DB 3F 38
Octal 111 173 326 102 53 0 20 333 77 70
Binary 1001001 1111011 11010110 1000010 101011 0 10000 11011011 111111 111000

Color Harmonies of #497BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BD6

Black with #497BD6

Text Example


Text Example

White with #497BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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