#467381

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

Shades of Bismark #467381

Tints of Bismark #467381

Color information

#467381 (or 0x467381) is unknown color: approx Bismark. HEX triplet: 46, 73 and 81. RGB value is (70,115,129). Sum of RGB (Red+Green+Blue) = 70+115+129=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #467381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467381 is #B98C7E. Grayscale: #676767. Windows color (decimal): -12160127 or 8483654. OLE color: 8483654.

HSL color Cylindrical-coordinate representation of color #467381: hue angle of 194.24º 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 #467381 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70115129-
CMYK0.460.1100.49
HSL194.24º29.65%39.02%-
HSV(B)194.24º45.74%50.59%-
XYZ12.6215.1523.03-
YUV103.14142.59104.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=22.29%
G=36.62%
B=41.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701151290.460.1100.49194.2429.6539.02
Hex4673812EB031c21e27
Octal10616320156130613023647
Binary1000110111001110000001101110101101100011100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467381; }

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

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

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

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

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

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

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

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