#495874

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

Shades of Chambray #495874

Tints of Chambray #495874

Color information

#495874 (or 0x495874) is unknown color: approx Chambray. HEX triplet: 49, 58 and 74. RGB value is (73,88,116). Sum of RGB (Red+Green+Blue) = 73+88+116=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #495874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495874 is #B6A78B. Grayscale: #565656. Windows color (decimal): -11970444 or 7624777. OLE color: 7624777.

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

Color convert

RGB7388116-
CMYK0.370.2400.55
HSL219.07º22.75%37.06%-
HSV(B)219.07º37.07%45.49%-
XYZ9.399.6617.89-
YUV86.71144.53118.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=26.35%
G=31.77%
B=41.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73881160.370.2400.55219.0722.7537.06
Hex4958742518037db1725
Octal11113016445300673332745
Binary1001001101100011101001001011100001101111101101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495874; }

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

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

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

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

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

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

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

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