#475774

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

Shades of Chambray #475774

Tints of Chambray #475774

Color information

#475774 (or 0x475774) is unknown color: approx Chambray. HEX triplet: 47, 57 and 74. RGB value is (71,87,116). Sum of RGB (Red+Green+Blue) = 71+87+116=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #475774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475774 is #B8A88B. Grayscale: #555555. Windows color (decimal): -12101772 or 7624519. OLE color: 7624519.

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

Color convert

RGB7187116-
CMYK0.390.2500.55
HSL218.67º24.06%36.67%-
HSV(B)218.67º38.79%45.49%-
XYZ9.169.4217.86-
YUV85.52145.2117.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=25.91%
G=31.75%
B=42.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71871160.390.2500.55218.6724.0636.67
Hex4757742719037db1825
Octal10712716447310673333045
Binary1000111101011111101001001111100101101111101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475774; }

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

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

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

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

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

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

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

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