#495882

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

Shades of Chambray #495882

Tints of Chambray #495882

Color information

#495882 (or 0x495882) is unknown color: approx Chambray. HEX triplet: 49, 58 and 82. RGB value is (73,88,130). Sum of RGB (Red+Green+Blue) = 73+88+130=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #495882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495882 is #B6A77D. Grayscale: #585858. Windows color (decimal): -11970430 or 8542281. OLE color: 8542281.

HSL color Cylindrical-coordinate representation of color #495882: hue angle of 224.21º 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 #495882 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7388130-
CMYK0.440.3200.49
HSL224.21º28.08%39.8%-
HSV(B)224.21º43.85%50.98%-
XYZ10.2710.0122.51-
YUV88.3151.53117.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=25.09%
G=30.24%
B=44.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73881300.440.3200.49224.2128.0839.8
Hex4958822C20031e01c28
Octal11113020254400613403450
Binary100100110110001000001010110010000001100011110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495882; }

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

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

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

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

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

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

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

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