#495582

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

Shades of Chambray #495582

Tints of Chambray #495582

Color information

#495582 (or 0x495582) is unknown color: approx Chambray. HEX triplet: 49, 55 and 82. RGB value is (73,85,130). Sum of RGB (Red+Green+Blue) = 73+85+130=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #495582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495582 is #B6AA7D. Grayscale: #565656. Windows color (decimal): -11971198 or 8541513. OLE color: 8541513.

HSL color Cylindrical-coordinate representation of color #495582: hue angle of 227.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495582 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7385130-
CMYK0.440.3500.49
HSL227.37º28.08%39.8%-
HSV(B)227.37º43.85%50.98%-
XYZ10.039.5322.43-
YUV86.54152.52118.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=25.35%
G=29.51%
B=45.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73851300.440.3500.49227.3728.0839.8
Hex4955822C23031e31c28
Octal11112520254430613433450
Binary100100110101011000001010110010001101100011110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495582; }

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

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

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

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

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

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

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

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