Html Css Color HEX #495588 Tory Blue

📋 copy color: '#495588'

red 73 ◦ green 85 ◦ blue 136

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

Shades of Tory Blue #495588

Tints of Tory Blue #495588

RGB

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

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

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

R = 24.83%
G = 28.91%
B = 46.26%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495588 (or 0x495588) is known color: Tory Blue. HEX triplet: 49, 55 and 88. RGB value is (73,85,136). Sum of RGB (Red+Green+Blue) = 73+85+136=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #495588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495588 is #B6AA77. Grayscale: #575757. Windows color (decimal): -11971192 or 8934729. OLE color: 8934729.

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

Color convert

RGB 73 85 136 -
CMYK 0.46 0.38 0 0.47
HSL 228.57º 0.3% 0.41% -
HSV(B) 228.57º 0.46% 0.53% -
XYZ 10.44 9.69 24.61 -
YUV 87.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 73 85 136 0.46 0.38 0 0.47 228.57 0.3 0.41
Hex 49 55 88 2E 26 0 2F E5 1E 29
Octal 111 125 210 56 46 0 57 345 36 51
Binary 1001001 1010101 10001000 101110 100110 0 101111 11100101 11110 101001

Color Harmonies of #495588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495588

Black with #495588

Text Example


Text Example

White with #495588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495588; }

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

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

background-color css

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

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

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

border-color css

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

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

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