#476475

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

Shades of Bismark #476475

Tints of Bismark #476475

Color information

#476475 (or 0x476475) is unknown color: approx Bismark. HEX triplet: 47, 64 and 75. RGB value is (71,100,117). Sum of RGB (Red+Green+Blue) = 71+100+117=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #476475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476475 is #B89B8A. Grayscale: #5D5D5D. Windows color (decimal): -12098443 or 7693383. OLE color: 7693383.

HSL color Cylindrical-coordinate representation of color #476475: hue angle of 202.17º 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 #476475 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71100117-
CMYK0.390.1500.54
HSL202.17º24.47%36.86%-
HSV(B)202.17º39.32%45.88%-
XYZ10.3711.7418.55-
YUV93.27141.39112.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=24.65%
G=34.72%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711001170.390.1500.54202.1724.4736.86
Hex47647527F036ca1825
Octal10714416547170663123045
Binary100011111001001110101100111111101101101100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476475; }

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

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

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

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

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

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

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

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