#495586

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

Shades of Chambray #495586

Tints of Chambray #495586

Color information

#495586 (or 0x495586) is unknown color: approx Chambray. HEX triplet: 49, 55 and 86. RGB value is (73,85,134). Sum of RGB (Red+Green+Blue) = 73+85+134=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #495586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495586 is #B6AA79. Grayscale: #565656. Windows color (decimal): -11971194 or 8803657. OLE color: 8803657.

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

Color convert

RGB7385134-
CMYK0.460.3700.47
HSL228.2º29.47%40.59%-
HSV(B)228.2º45.52%52.55%-
XYZ10.39.6323.87-
YUV87154.52118.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=25%
G=29.11%
B=45.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73851340.460.3700.47228.229.4740.59
Hex4955862E2502Fe41d29
Octal11112520656450573443551
Binary100100110101011000011010111010010101011111110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495586; }

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

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

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

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

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

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

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

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