#495869

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

Shades of Chambray #495869

Tints of Chambray #495869

Color information

#495869 (or 0x495869) is unknown color: approx Chambray. HEX triplet: 49, 58 and 69. RGB value is (73,88,105). Sum of RGB (Red+Green+Blue) = 73+88+105=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #495869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495869 is #B6A796. Grayscale: #555555. Windows color (decimal): -11970455 or 6903881. OLE color: 6903881.

HSL color Cylindrical-coordinate representation of color #495869: hue angle of 211.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495869 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7388105-
CMYK0.300.1600.59
HSL211.88º17.98%34.9%-
HSV(B)211.88º30.48%41.18%-
XYZ8.799.4214.72-
YUV85.45139.03119.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=27.44%
G=33.08%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73881050.300.1600.59211.8817.9834.9
Hex4958691E1003Bd41223
Octal11113015136200733242243
Binary100100110110001101001111101000001110111101010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495869; }

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

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

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

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

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

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

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

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