#495883

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

Shades of Chambray #495883

Tints of Chambray #495883

Color information

#495883 (or 0x495883) is unknown color: approx Chambray. HEX triplet: 49, 58 and 83. RGB value is (73,88,131). Sum of RGB (Red+Green+Blue) = 73+88+131=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #495883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495883 is #B6A77C. Grayscale: #585858. Windows color (decimal): -11970429 or 8607817. OLE color: 8607817.

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

Color convert

RGB7388131-
CMYK0.440.3300.49
HSL224.48º28.43%40%-
HSV(B)224.48º44.27%51.37%-
XYZ10.3310.0322.86-
YUV88.42152.03117-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=25%
G=30.14%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73881310.440.3300.49224.4828.4340
Hex4958832C21031e01c28
Octal11113020354410613403450
Binary100100110110001000001110110010000101100011110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495883; }

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

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

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

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

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

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

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

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