#495456

Color #495456 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #495456

Tints of Casal #495456

Color information

#495456 (or 0x495456) is unknown color: approx Casal. HEX triplet: 49, 54 and 56. RGB value is (73,84,86). Sum of RGB (Red+Green+Blue) = 73+84+86=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: blue. Hex color #495456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495456 is #B6ABA9. Grayscale: #505050. Windows color (decimal): -11971498 or 5657673. OLE color: 5657673.

HSL color Cylindrical-coordinate representation of color #495456: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495456 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB738486-
CMYK0.150.0200.66
HSL189.23º8.18%31.18%-
HSV(B)189.23º15.12%33.73%-
XYZ7.68.4310.03-
YUV80.94130.86122.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=30.04%
G=34.57%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7384860.150.0200.66189.238.1831.18
Hex495456F2042bd81f
Octal11112412617201022751037
Binary1001001101010010101101111100100001010111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495456; }

 p { color: rgb(73,84,86); }

 H1.HeaderClassName
 {
   color: #495456;
 }
 .AnyTagClassName
 {
   color: #495456;
 }
</style>
background-color css

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

 a { background-color: rgb(73,84,86); }

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

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

 span { border-color: rgb(73,84,86); }

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