#495779

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

Shades of Chambray #495779

Tints of Chambray #495779

Color information

#495779 (or 0x495779) is unknown color: approx Chambray. HEX triplet: 49, 57 and 79. RGB value is (73,87,121). Sum of RGB (Red+Green+Blue) = 73+87+121=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #495779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495779 is #B6A886. Grayscale: #565656. Windows color (decimal): -11970695 or 7952201. OLE color: 7952201.

HSL color Cylindrical-coordinate representation of color #495779: hue angle of 222.5º 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 #495779 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7387121-
CMYK0.400.2800.53
HSL222.5º24.74%38.04%-
HSV(B)222.5º39.67%47.45%-
XYZ9.619.6119.44-
YUV86.69147.36118.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=25.98%
G=30.96%
B=43.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73871210.400.2800.53222.524.7438.04
Hex495779281C035de1926
Octal11112717150340653363146
Binary1001001101011111110011010001110001101011101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495779; }

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

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

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

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

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

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

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

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