#476A7B

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

Shades of Bismark #476A7B

Tints of Bismark #476A7B

Color information

#476A7B (or 0x476A7B) is unknown color: approx Bismark. HEX triplet: 47, 6A and 7B. RGB value is (71,106,123). Sum of RGB (Red+Green+Blue) = 71+106+123=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #476A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A7B is #B89584. Grayscale: #616161. Windows color (decimal): -12096901 or 8088135. OLE color: 8088135.

HSL color Cylindrical-coordinate representation of color #476A7B: hue angle of 199.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #476A7B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71106123-
CMYK0.420.1400.52
HSL199.62º26.8%38.04%-
HSV(B)199.62º42.28%48.24%-
XYZ11.3313.0820.67-
YUV97.47142.4109.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=23.67%
G=35.33%
B=41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711061230.420.1400.52199.6226.838.04
Hex476A7B2AE034c81b26
Octal10715217352160643103346
Binary100011111010101111011101010111001101001100100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,123); }

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

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

 a { background-color: rgb(71,106,123); }

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

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

 span { border-color: rgb(71,106,123); }

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