#495877

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

Shades of Chambray #495877

Tints of Chambray #495877

Color information

#495877 (or 0x495877) is unknown color: approx Chambray. HEX triplet: 49, 58 and 77. RGB value is (73,88,119). Sum of RGB (Red+Green+Blue) = 73+88+119=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #495877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495877 is #B6A788. Grayscale: #565656. Windows color (decimal): -11970441 or 7821385. OLE color: 7821385.

HSL color Cylindrical-coordinate representation of color #495877: hue angle of 220.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495877 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7388119-
CMYK0.390.2600.53
HSL220.43º23.96%37.65%-
HSV(B)220.43º38.66%46.67%-
XYZ9.579.7318.83-
YUV87.05146.03117.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=26.07%
G=31.43%
B=42.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73881190.390.2600.53220.4323.9637.65
Hex495877271A035dc1826
Octal11113016747320653343046
Binary1001001101100011101111001111101001101011101110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495877; }

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

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

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

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

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

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

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

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