Html Css Color HEX #495589 Tory Blue

📋 copy color: '#495589'

red 73 ◦ green 85 ◦ blue 137

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

Shades of Tory Blue #495589

Tints of Tory Blue #495589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 24.75%
G = 28.81%
B = 46.44%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#495589 (or 0x495589) is known color: Tory Blue. HEX triplet: 49, 55 and 89. RGB value is (73,85,137). Sum of RGB (Red+Green+Blue) = 73+85+137=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #495589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495589 is #B6AA76. Grayscale: #575757. Windows color (decimal): -11971191 or 9000265. OLE color: 9000265.

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

Color convert

RGB 73 85 137 -
CMYK 0.47 0.38 0 0.46
HSL 228.75º 0.3% 0.41% -
HSV(B) 228.75º 0.47% 0.54% -
XYZ 10.51 9.72 24.99 -
YUV 87.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 73 85 137 0.47 0.38 0 0.46 228.75 0.3 0.41
Hex 49 55 89 2F 26 0 2E E5 1E 29
Octal 111 125 211 57 46 0 56 345 36 51
Binary 1001001 1010101 10001001 101111 100110 0 101110 11100101 11110 101001

Color Harmonies of #495589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495589

Black with #495589

Text Example


Text Example

White with #495589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495589; }

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

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

background-color css

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

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

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

border-color css

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

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

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