#476775

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

Shades of Bismark #476775

Tints of Bismark #476775

Color information

#476775 (or 0x476775) is unknown color: approx Bismark. HEX triplet: 47, 67 and 75. RGB value is (71,103,117). Sum of RGB (Red+Green+Blue) = 71+103+117=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #476775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476775 is #B8988A. Grayscale: #5E5E5E. Windows color (decimal): -12097675 or 7694151. OLE color: 7694151.

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

Color convert

RGB71103117-
CMYK0.390.1200.54
HSL198.26º24.47%36.86%-
HSV(B)198.26º39.32%45.88%-
XYZ10.6612.3218.65-
YUV95.03140.4110.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=24.40%
G=35.40%
B=40.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711031170.390.1200.54198.2624.4736.86
Hex47677527C036c61825
Octal10714716547140663063045
Binary100011111001111110101100111110001101101100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476775; }

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

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

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

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

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

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

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

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