Html Css Color HEX #495587 Tory Blue

📋 copy color: '#495587'

red 73 ◦ green 85 ◦ blue 135

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

Shades of Tory Blue #495587

Tints of Tory Blue #495587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 135 (53.13% from 255) = 46.08%

R = 24.91%
G = 29.01%
B = 46.08%

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

#495587 (or 0x495587) is known color: Tory Blue. HEX triplet: 49, 55 and 87. RGB value is (73,85,135). Sum of RGB (Red+Green+Blue) = 73+85+135=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #495587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495587 is #B6AA78. Grayscale: #565656. Windows color (decimal): -11971193 or 8869193. OLE color: 8869193.

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

Color convert

RGB 73 85 135 -
CMYK 0.46 0.37 0 0.47
HSL 228.39º 0.3% 0.41% -
HSV(B) 228.39º 0.46% 0.53% -
XYZ 10.37 9.66 24.24 -
YUV 87.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 73 85 135 0.46 0.37 0 0.47 228.39 0.3 0.41
Hex 49 55 87 2E 25 0 2F E4 1E 29
Octal 111 125 207 56 45 0 57 344 36 51
Binary 1001001 1010101 10000111 101110 100101 0 101111 11100100 11110 101001

Color Harmonies of #495587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495587

Black with #495587

Text Example


Text Example

White with #495587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495587; }

 p { color: rgb(73,85,135); }

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

background-color css

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

 a { background-color: rgb(73,85,135); }

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

border-color css

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

 span { border-color: rgb(73,85,135); }

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