#475D84

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

Shades of Chambray #475D84

Tints of Chambray #475D84

Color information

#475D84 (or 0x475D84) is unknown color: approx Chambray. HEX triplet: 47, 5D and 84. RGB value is (71,93,132). Sum of RGB (Red+Green+Blue) = 71+93+132=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #475D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D84 is #B8A27B. Grayscale: #5A5A5A. Windows color (decimal): -12100220 or 8674631. OLE color: 8674631.

HSL color Cylindrical-coordinate representation of color #475D84: hue angle of 218.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475D84 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7193132-
CMYK0.460.3000.48
HSL218.36º30.05%39.8%-
HSV(B)218.36º46.21%51.76%-
XYZ10.6810.8323.36-
YUV90.87151.21113.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=23.99%
G=31.42%
B=44.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71931320.460.3000.48218.3630.0539.8
Hex475D842E1E030da1e28
Octal10713520456360603323650
Binary10001111011101100001001011101111001100001101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475D84; }

 p { color: rgb(71,93,132); }

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

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

 a { background-color: rgb(71,93,132); }

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

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

 span { border-color: rgb(71,93,132); }

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