#476F7B

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

Shades of Bismark #476F7B

Tints of Bismark #476F7B

Color information

#476F7B (or 0x476F7B) is unknown color: approx Bismark. HEX triplet: 47, 6F and 7B. RGB value is (71,111,123). Sum of RGB (Red+Green+Blue) = 71+111+123=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #476F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F7B is #B89084. Grayscale: #646464. Windows color (decimal): -12095621 or 8089415. OLE color: 8089415.

HSL color Cylindrical-coordinate representation of color #476F7B: hue angle of 193.85º 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 #476F7B is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71111123-
CMYK0.420.1000.52
HSL193.85º26.8%38.04%-
HSV(B)193.85º42.28%48.24%-
XYZ11.8614.1420.84-
YUV100.41140.75107.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=23.28%
G=36.39%
B=40.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711111230.420.1000.52193.8526.838.04
Hex476F7B2AA034c21b26
Octal10715717352120643023346
Binary100011111011111111011101010101001101001100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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