#475779

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

Shades of Chambray #475779

Tints of Chambray #475779

Color information

#475779 (or 0x475779) is unknown color: approx Chambray. HEX triplet: 47, 57 and 79. RGB value is (71,87,121). Sum of RGB (Red+Green+Blue) = 71+87+121=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #475779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475779 is #B8A886. Grayscale: #555555. Windows color (decimal): -12101767 or 7952199. OLE color: 7952199.

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

Color convert

RGB7187121-
CMYK0.410.2800.53
HSL220.8º26.04%37.65%-
HSV(B)220.8º41.32%47.45%-
XYZ9.469.5419.43-
YUV86.09147.7117.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=25.45%
G=31.18%
B=43.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71871210.410.2800.53220.826.0437.65
Hex475779291C035dd1a26
Octal10712717151340653353246
Binary1000111101011111110011010011110001101011101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475779; }

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

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

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

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

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

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

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

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