#467681

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

Shades of Bismark #467681

Tints of Bismark #467681

Color information

#467681 (or 0x467681) is unknown color: approx Bismark. HEX triplet: 46, 76 and 81. RGB value is (70,118,129). Sum of RGB (Red+Green+Blue) = 70+118+129=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #467681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467681 is #B9897E. Grayscale: #686868. Windows color (decimal): -12159359 or 8484422. OLE color: 8484422.

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

Color convert

RGB70118129-
CMYK0.460.0900.49
HSL191.19º29.65%39.02%-
HSV(B)191.19º45.74%50.59%-
XYZ12.9715.8423.14-
YUV104.9141.6103.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=22.08%
G=37.22%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701181290.460.0900.49191.1929.6539.02
Hex4676812E9031bf1e27
Octal10616620156110612773647
Binary1000110111011010000001101110100101100011011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467681; }

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

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

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

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

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

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

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

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