#476575

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

Shades of Bismark #476575

Tints of Bismark #476575

Color information

#476575 (or 0x476575) is unknown color: approx Bismark. HEX triplet: 47, 65 and 75. RGB value is (71,101,117). Sum of RGB (Red+Green+Blue) = 71+101+117=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #476575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476575 is #B89A8A. Grayscale: #5D5D5D. Windows color (decimal): -12098187 or 7693639. OLE color: 7693639.

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

Color convert

RGB71101117-
CMYK0.390.1400.54
HSL200.87º24.47%36.86%-
HSV(B)200.87º39.32%45.88%-
XYZ10.4611.9318.58-
YUV93.85141.06111.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=24.57%
G=34.95%
B=40.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711011170.390.1400.54200.8724.4736.86
Hex47657527E036c91825
Octal10714516547160663113045
Binary100011111001011110101100111111001101101100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476575; }

 p { color: rgb(71,101,117); }

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

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

 a { background-color: rgb(71,101,117); }

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

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

 span { border-color: rgb(71,101,117); }

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