Html Css Color HEX #495387 Tory Blue

📋 copy color: '#495387'

red 73 ◦ green 83 ◦ blue 135

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

Shades of Tory Blue #495387

Tints of Tory Blue #495387

RGB

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

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

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

R = 25.09%
G = 28.52%
B = 46.39%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495387 (or 0x495387) is known color: Tory Blue. HEX triplet: 49, 53 and 87. RGB value is (73,83,135). Sum of RGB (Red+Green+Blue) = 73+83+135=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #495387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495387 is #B6AC78. Grayscale: #555555. Windows color (decimal): -11971705 or 8868681. OLE color: 8868681.

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

Color convert

RGB 73 83 135 -
CMYK 0.46 0.39 0 0.47
HSL 230.32º 0.3% 0.41% -
HSV(B) 230.32º 0.46% 0.53% -
XYZ 10.21 9.35 24.19 -
YUV 85.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 73 83 135 0.46 0.39 0 0.47 230.32 0.3 0.41
Hex 49 53 87 2E 27 0 2F E6 1E 29
Octal 111 123 207 56 47 0 57 346 36 51
Binary 1001001 1010011 10000111 101110 100111 0 101111 11100110 11110 101001

Color Harmonies of #495387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495387

Black with #495387

Text Example


Text Example

White with #495387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495387; }

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

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

background-color css

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

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

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

border-color css

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

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

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