#475772

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

Shades of Chambray #475772

Tints of Chambray #475772

Color information

#475772 (or 0x475772) is unknown color: approx Chambray. HEX triplet: 47, 57 and 72. RGB value is (71,87,114). Sum of RGB (Red+Green+Blue) = 71+87+114=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #475772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475772 is #B8A88D. Grayscale: #555555. Windows color (decimal): -12101774 or 7493447. OLE color: 7493447.

HSL color Cylindrical-coordinate representation of color #475772: hue angle of 217.67º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475772 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7187114-
CMYK0.380.2400.55
HSL217.67º23.24%36.27%-
HSV(B)217.67º37.72%44.71%-
XYZ9.049.3717.25-
YUV85.29144.2117.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=26.10%
G=31.99%
B=41.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71871140.380.2400.55217.6723.2436.27
Hex4757722618037da1724
Octal10712716246300673322744
Binary1000111101011111100101001101100001101111101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475772; }

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

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

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

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

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

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

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

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