Html Css Color HEX #495386 Tory Blue

📋 copy color: '#495386'

red 73 ◦ green 83 ◦ blue 134

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

Shades of Tory Blue #495386

Tints of Tory Blue #495386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 25.17%
G = 28.62%
B = 46.21%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495386 (or 0x495386) is known color: Tory Blue. HEX triplet: 49, 53 and 86. RGB value is (73,83,134). Sum of RGB (Red+Green+Blue) = 73+83+134=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #495386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495386 is #B6AC79. Grayscale: #555555. Windows color (decimal): -11971706 or 8803145. OLE color: 8803145.

HSL color Cylindrical-coordinate representation of color #495386: hue angle of 230.16º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495386 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 83 134 -
CMYK 0.46 0.38 0 0.47
HSL 230.16º 0.29% 0.41% -
HSV(B) 230.16º 0.46% 0.53% -
XYZ 10.14 9.32 23.82 -
YUV 85.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 73 83 134 0.46 0.38 0 0.47 230.16 0.29 0.41
Hex 49 53 86 2E 26 0 2F E6 1D 29
Octal 111 123 206 56 46 0 57 346 35 51
Binary 1001001 1010011 10000110 101110 100110 0 101111 11100110 11101 101001

Color Harmonies of #495386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495386

Black with #495386

Text Example


Text Example

White with #495386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495386; }

 p { color: rgb(73,83,134); }

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

background-color css

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

 a { background-color: rgb(73,83,134); }

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

border-color css

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

 span { border-color: rgb(73,83,134); }

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