#476478

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

Shades of Bismark #476478

Tints of Bismark #476478

Color information

#476478 (or 0x476478) is unknown color: approx Bismark. HEX triplet: 47, 64 and 78. RGB value is (71,100,120). Sum of RGB (Red+Green+Blue) = 71+100+120=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #476478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476478 is #B89B87. Grayscale: #5D5D5D. Windows color (decimal): -12098440 or 7889991. OLE color: 7889991.

HSL color Cylindrical-coordinate representation of color #476478: hue angle of 204.49º 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 #476478 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71100120-
CMYK0.410.1700.53
HSL204.49º25.65%37.45%-
HSV(B)204.49º40.83%47.06%-
XYZ10.5511.8119.49-
YUV93.61142.89111.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=24.40%
G=34.36%
B=41.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711001200.410.1700.53204.4925.6537.45
Hex4764782911035cc1a25
Octal10714417051210653143245
Binary1000111110010011110001010011000101101011100110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476478; }

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

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

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

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

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

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

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

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