#475F7F

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

Shades of Chambray #475F7F

Tints of Chambray #475F7F

Color information

#475F7F (or 0x475F7F) is unknown color: approx Chambray. HEX triplet: 47, 5F and 7F. RGB value is (71,95,127). Sum of RGB (Red+Green+Blue) = 71+95+127=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #475F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F7F is #B8A080. Grayscale: #5B5B5B. Windows color (decimal): -12099713 or 8347463. OLE color: 8347463.

HSL color Cylindrical-coordinate representation of color #475F7F: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #475F7F is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7195127-
CMYK0.440.2500.50
HSL214.29º28.28%38.82%-
HSV(B)214.29º44.09%49.8%-
XYZ10.5211.0621.66-
YUV91.47148.05113.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 127 (50% from 255) = 43.34%
R=24.23%
G=32.42%
B=43.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71951270.440.2500.50214.2928.2838.82
Hex475F7F2C19032d61c27
Octal10713717754310623263447
Binary1000111101111111111111011001100101100101101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,127); }

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

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

 a { background-color: rgb(71,95,127); }

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

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

 span { border-color: rgb(71,95,127); }

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