Html Css Color HEX #495486 Tory Blue

📋 copy color: '#495486'

red 73 ◦ green 84 ◦ blue 134

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

Shades of Tory Blue #495486

Tints of Tory Blue #495486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 25.09%
G = 28.87%
B = 46.05%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495486 (or 0x495486) is known color: Tory Blue. HEX triplet: 49, 54 and 86. RGB value is (73,84,134). Sum of RGB (Red+Green+Blue) = 73+84+134=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #495486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495486 is #B6AB79. Grayscale: #565656. Windows color (decimal): -11971450 or 8803401. OLE color: 8803401.

HSL color Cylindrical-coordinate representation of color #495486: hue angle of 229.18º 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 #495486 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 84 134 -
CMYK 0.46 0.37 0 0.47
HSL 229.18º 0.29% 0.41% -
HSV(B) 229.18º 0.46% 0.53% -
XYZ 10.22 9.48 23.85 -
YUV 86.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 73 84 134 0.46 0.37 0 0.47 229.18 0.29 0.41
Hex 49 54 86 2E 25 0 2F E5 1D 29
Octal 111 124 206 56 45 0 57 345 35 51
Binary 1001001 1010100 10000110 101110 100101 0 101111 11100101 11101 101001

Color Harmonies of #495486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495486

Black with #495486

Text Example


Text Example

White with #495486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495486; }

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

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

background-color css

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

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

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

border-color css

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

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

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