Html Css Color HEX #497BE6 Royal Blue

📋 copy color: '#497BE6'

red 73 ◦ green 123 ◦ blue 230

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

Shades of Royal Blue #497BE6

Tints of Royal Blue #497BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.99%

R = 17.14%
G = 28.87%
B = 53.99%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#497BE6 (or 0x497BE6) is known color: Royal Blue. HEX triplet: 49, 7B and E6. RGB value is (73,123,230). Sum of RGB (Red+Green+Blue) = 73+123+230=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #497BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BE6 is #B68419. Grayscale: #777777. Windows color (decimal): -11961370 or 15104841. OLE color: 15104841.

HSL color Cylindrical-coordinate representation of color #497BE6: hue angle of 220.89º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497BE6 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 123 230 -
CMYK 0.68 0.47 0 0.10
HSL 220.89º 0.76% 0.59% -
HSV(B) 220.89º 0.68% 0.9% -
XYZ 24.11 21.3 77.7 -
YUV 120.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 73 123 230 0.68 0.47 0 0.10 220.89 0.76 0.59
Hex 49 7B E6 44 2F 0 A DD 4C 3B
Octal 111 173 346 104 57 0 12 335 114 73
Binary 1001001 1111011 11100110 1000100 101111 0 1010 11011101 1001100 111011

Color Harmonies of #497BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BE6

Black with #497BE6

Text Example


Text Example

White with #497BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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