#476175

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

Shades of Bismark #476175

Tints of Bismark #476175

Color information

#476175 (or 0x476175) is unknown color: approx Bismark. HEX triplet: 47, 61 and 75. RGB value is (71,97,117). Sum of RGB (Red+Green+Blue) = 71+97+117=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #476175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476175 is #B89E8A. Grayscale: #5B5B5B. Windows color (decimal): -12099211 or 7692615. OLE color: 7692615.

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

Color convert

RGB7197117-
CMYK0.390.1700.54
HSL206.09º24.47%36.86%-
HSV(B)206.09º39.32%45.88%-
XYZ10.0811.1718.45-
YUV91.51142.39113.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=24.91%
G=34.04%
B=41.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71971170.390.1700.54206.0924.4736.86
Hex4761752711036ce1825
Octal10714116547210663163045
Binary1000111110000111101011001111000101101101100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476175; }

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

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

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

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

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

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

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

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