#495875

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

Shades of Chambray #495875

Tints of Chambray #495875

Color information

#495875 (or 0x495875) is unknown color: approx Chambray. HEX triplet: 49, 58 and 75. RGB value is (73,88,117). Sum of RGB (Red+Green+Blue) = 73+88+117=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #495875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495875 is #B6A78A. Grayscale: #565656. Windows color (decimal): -11970443 or 7690313. OLE color: 7690313.

HSL color Cylindrical-coordinate representation of color #495875: hue angle of 219.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495875 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7388117-
CMYK0.380.2500.54
HSL219.55º23.16%37.25%-
HSV(B)219.55º37.61%45.88%-
XYZ9.459.6818.2-
YUV86.82145.03118.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=26.26%
G=31.65%
B=42.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73881170.380.2500.54219.5523.1637.25
Hex4958752619036dc1725
Octal11113016546310663342745
Binary1001001101100011101011001101100101101101101110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495875; }

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

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

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

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

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

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

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

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