#476270

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

Shades of Bismark #476270

Tints of Bismark #476270

Color information

#476270 (or 0x476270) is unknown color: approx Bismark. HEX triplet: 47, 62 and 70. RGB value is (71,98,112). Sum of RGB (Red+Green+Blue) = 71+98+112=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #476270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476270 is #B89D8F. Grayscale: #5B5B5B. Windows color (decimal): -12098960 or 7365191. OLE color: 7365191.

HSL color Cylindrical-coordinate representation of color #476270: hue angle of 200.49º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476270 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7198112-
CMYK0.370.1300.56
HSL200.49º22.4%35.88%-
HSV(B)200.49º36.61%43.92%-
XYZ9.8911.2416.98-
YUV91.52139.55113.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=25.27%
G=34.88%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71981120.370.1300.56200.4922.435.88
Hex47627025D038c81624
Octal10714216045150703102644
Binary100011111000101110000100101110101110001100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476270; }

 p { color: rgb(71,98,112); }

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

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

 a { background-color: rgb(71,98,112); }

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

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

 span { border-color: rgb(71,98,112); }

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