#476B73

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

Shades of Bismark #476B73

Tints of Bismark #476B73

Color information

#476B73 (or 0x476B73) is unknown color: approx Bismark. HEX triplet: 47, 6B and 73. RGB value is (71,107,115). Sum of RGB (Red+Green+Blue) = 71+107+115=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #476B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B73 is #B8948C. Grayscale: #616161. Windows color (decimal): -12096653 or 7564103. OLE color: 7564103.

HSL color Cylindrical-coordinate representation of color #476B73: hue angle of 190.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476B73 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71107115-
CMYK0.380.0700.55
HSL190.91º23.66%36.47%-
HSV(B)190.91º38.26%45.1%-
XYZ10.9513.0918.17-
YUV97.15138.07109.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=24.23%
G=36.52%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711071150.380.0700.55190.9123.6636.47
Hex476B73267037bf1824
Octal1071531634670672773044
Binary10001111101011111001110011011101101111011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476B73; }

 p { color: rgb(71,107,115); }

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

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

 a { background-color: rgb(71,107,115); }

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

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

 span { border-color: rgb(71,107,115); }

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