Html Css Color HEX #497DF6 Royal Blue

📋 copy color: '#497DF6'

red 73 ◦ green 125 ◦ blue 246

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

Shades of Royal Blue #497DF6

Tints of Royal Blue #497DF6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 16.44%
G = 28.15%
B = 55.41%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#497DF6 (or 0x497DF6) is known color: Royal Blue. HEX triplet: 49, 7D and F6. RGB value is (73,125,246). Sum of RGB (Red+Green+Blue) = 73+125+246=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #497DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DF6 is #B68209. Grayscale: #7A7A7A. Windows color (decimal): -11960842 or 16153929. OLE color: 16153929.

HSL color Cylindrical-coordinate representation of color #497DF6: hue angle of 221.97º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497DF6 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 125 246 -
CMYK 0.70 0.49 0 0.04
HSL 221.97º 0.91% 0.63% -
HSV(B) 221.97º 0.7% 0.96% -
XYZ 26.72 22.74 90.17 -
YUV 123.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 73 125 246 0.70 0.49 0 0.04 221.97 0.91 0.63
Hex 49 7D F6 46 31 0 4 DE 5B 3F
Octal 111 175 366 106 61 0 4 336 133 77
Binary 1001001 1111101 11110110 1000110 110001 0 100 11011110 1011011 111111

Color Harmonies of #497DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DF6

Black with #497DF6

Text Example


Text Example

White with #497DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,246); }

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

background-color css

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

 a { background-color: rgb(73,125,246); }

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

border-color css

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

 span { border-color: rgb(73,125,246); }

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