#495872

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

Shades of Chambray #495872

Tints of Chambray #495872

Color information

#495872 (or 0x495872) is unknown color: approx Chambray. HEX triplet: 49, 58 and 72. RGB value is (73,88,114). Sum of RGB (Red+Green+Blue) = 73+88+114=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #495872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495872 is #B6A78D. Grayscale: #565656. Windows color (decimal): -11970446 or 7493705. OLE color: 7493705.

HSL color Cylindrical-coordinate representation of color #495872: hue angle of 218.05º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495872 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7388114-
CMYK0.360.2300.55
HSL218.05º21.93%36.67%-
HSV(B)218.05º35.96%44.71%-
XYZ9.279.6117.29-
YUV86.48143.53118.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=26.55%
G=32%
B=41.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73881140.360.2300.55218.0521.9336.67
Hex4958722417037da1625
Octal11113016244270673322645
Binary1001001101100011100101001001011101101111101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495872; }

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

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

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

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

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

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

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

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