#476F78

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

Shades of Bismark #476F78

Tints of Bismark #476F78

Color information

#476F78 (or 0x476F78) is unknown color: approx Bismark. HEX triplet: 47, 6F and 78. RGB value is (71,111,120). Sum of RGB (Red+Green+Blue) = 71+111+120=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #476F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F78 is #B89087. Grayscale: #636363. Windows color (decimal): -12095624 or 7892807. OLE color: 7892807.

HSL color Cylindrical-coordinate representation of color #476F78: hue angle of 191.02º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476F78 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71111120-
CMYK0.410.0800.53
HSL191.02º25.65%37.45%-
HSV(B)191.02º40.83%47.06%-
XYZ11.6714.0619.87-
YUV100.07139.25107.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=23.51%
G=36.75%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711111200.410.0800.53191.0225.6537.45
Hex476F78298035bf1a25
Octal10715717051100652773245
Binary100011111011111111000101001100001101011011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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