#495677

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

Shades of Chambray #495677

Tints of Chambray #495677

Color information

#495677 (or 0x495677) is unknown color: approx Chambray. HEX triplet: 49, 56 and 77. RGB value is (73,86,119). Sum of RGB (Red+Green+Blue) = 73+86+119=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #495677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495677 is #B6A988. Grayscale: #555555. Windows color (decimal): -11970953 or 7820873. OLE color: 7820873.

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

Color convert

RGB7386119-
CMYK0.390.2800.53
HSL223.04º23.96%37.65%-
HSV(B)223.04º38.66%46.67%-
XYZ9.419.418.77-
YUV85.88146.69118.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=26.26%
G=30.94%
B=42.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73861190.390.2800.53223.0423.9637.65
Hex495677271C035df1826
Octal11112616747340653373046
Binary1001001101011011101111001111110001101011101111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495677; }

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

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

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

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

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

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

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

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