#467382

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

Shades of Bismark #467382

Tints of Bismark #467382

Color information

#467382 (or 0x467382) is unknown color: approx Bismark. HEX triplet: 46, 73 and 82. RGB value is (70,115,130). Sum of RGB (Red+Green+Blue) = 70+115+130=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #467382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467382 is #B98C7D. Grayscale: #676767. Windows color (decimal): -12160126 or 8549190. OLE color: 8549190.

HSL color Cylindrical-coordinate representation of color #467382: hue angle of 195º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467382 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70115130-
CMYK0.460.1200.49
HSL195º30%39.22%-
HSV(B)195º46.15%50.98%-
XYZ12.6915.1823.38-
YUV103.26143.09104.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=22.22%
G=36.51%
B=41.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701151300.460.1200.491953039.22
Hex4673822EC031c31e27
Octal10616320256140613033647
Binary1000110111001110000010101110110001100011100001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467382; }

 p { color: rgb(70,115,130); }

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

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

 a { background-color: rgb(70,115,130); }

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

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

 span { border-color: rgb(70,115,130); }

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