#495679

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

Shades of Chambray #495679

Tints of Chambray #495679

Color information

#495679 (or 0x495679) is unknown color: approx Chambray. HEX triplet: 49, 56 and 79. RGB value is (73,86,121). Sum of RGB (Red+Green+Blue) = 73+86+121=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #495679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495679 is #B6A986. Grayscale: #555555. Windows color (decimal): -11970951 or 7951945. OLE color: 7951945.

HSL color Cylindrical-coordinate representation of color #495679: hue angle of 223.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495679 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7386121-
CMYK0.400.2900.53
HSL223.75º24.74%38.04%-
HSV(B)223.75º39.67%47.45%-
XYZ9.539.4519.41-
YUV86.1147.69118.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=26.07%
G=30.71%
B=43.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73861210.400.2900.53223.7524.7438.04
Hex495679281D035e01926
Octal11112617150350653403146
Binary1001001101011011110011010001110101101011110000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495679; }

 p { color: rgb(73,86,121); }

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

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

 a { background-color: rgb(73,86,121); }

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

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

 span { border-color: rgb(73,86,121); }

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