#476578

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

Shades of Bismark #476578

Tints of Bismark #476578

Color information

#476578 (or 0x476578) is unknown color: approx Bismark. HEX triplet: 47, 65 and 78. RGB value is (71,101,120). Sum of RGB (Red+Green+Blue) = 71+101+120=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #476578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476578 is #B89A87. Grayscale: #5E5E5E. Windows color (decimal): -12098184 or 7890247. OLE color: 7890247.

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

Color convert

RGB71101120-
CMYK0.410.1600.53
HSL203.27º25.65%37.45%-
HSV(B)203.27º40.83%47.06%-
XYZ10.641219.53-
YUV94.2142.56111.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=24.32%
G=34.59%
B=41.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711011200.410.1600.53203.2725.6537.45
Hex4765782910035cb1a25
Octal10714517051200653133245
Binary1000111110010111110001010011000001101011100101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476578; }

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

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

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

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

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

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

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

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