#476D7D

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

Shades of Bismark #476D7D

Tints of Bismark #476D7D

Color information

#476D7D (or 0x476D7D) is unknown color: approx Bismark. HEX triplet: 47, 6D and 7D. RGB value is (71,109,125). Sum of RGB (Red+Green+Blue) = 71+109+125=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #476D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D7D is #B89282. Grayscale: #636363. Windows color (decimal): -12096131 or 8219975. OLE color: 8219975.

HSL color Cylindrical-coordinate representation of color #476D7D: hue angle of 197.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476D7D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71109125-
CMYK0.430.1300.51
HSL197.78º27.55%38.43%-
HSV(B)197.78º43.2%49.02%-
XYZ11.7713.7621.44-
YUV99.46142.41107.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=23.28%
G=35.74%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711091250.430.1300.51197.7827.5538.43
Hex476D7D2BD033c61c26
Octal10715517553150633063446
Binary100011111011011111101101011110101100111100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,125); }

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

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

 a { background-color: rgb(71,109,125); }

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

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

 span { border-color: rgb(71,109,125); }

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