Html Css Color HEX #495288 Tory Blue

📋 copy color: '#495288'

red 73 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #495288

Tints of Tory Blue #495288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 25.09%
G = 28.18%
B = 46.74%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495288 (or 0x495288) is known color: Tory Blue. HEX triplet: 49, 52 and 88. RGB value is (73,82,136). Sum of RGB (Red+Green+Blue) = 73+82+136=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #495288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495288 is #B6AD77. Grayscale: #555555. Windows color (decimal): -11971960 or 8933961. OLE color: 8933961.

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

Color convert

RGB 73 82 136 -
CMYK 0.46 0.40 0 0.47
HSL 231.43º 0.3% 0.41% -
HSV(B) 231.43º 0.46% 0.53% -
XYZ 10.21 9.23 24.54 -
YUV 85.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 73 82 136 0.46 0.40 0 0.47 231.43 0.3 0.41
Hex 49 52 88 2E 28 0 2F E7 1E 29
Octal 111 122 210 56 50 0 57 347 36 51
Binary 1001001 1010010 10001000 101110 101000 0 101111 11100111 11110 101001

Color Harmonies of #495288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495288

Black with #495288

Text Example


Text Example

White with #495288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495288; }

 p { color: rgb(73,82,136); }

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

background-color css

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

 a { background-color: rgb(73,82,136); }

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

border-color css

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

 span { border-color: rgb(73,82,136); }

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