#467182

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

Shades of Bismark #467182

Tints of Bismark #467182

Color information

#467182 (or 0x467182) is unknown color: approx Bismark. HEX triplet: 46, 71 and 82. RGB value is (70,113,130). Sum of RGB (Red+Green+Blue) = 70+113+130=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #467182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467182 is #B98E7D. Grayscale: #656565. Windows color (decimal): -12160638 or 8548678. OLE color: 8548678.

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

Color convert

RGB70113130-
CMYK0.460.1300.49
HSL197º30%39.22%-
HSV(B)197º46.15%50.98%-
XYZ12.4614.7223.3-
YUV102.08143.75105.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=22.36%
G=36.10%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701131300.460.1300.491973039.22
Hex4671822ED031c51e27
Octal10616120256150613053647
Binary1000110111000110000010101110110101100011100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467182; }

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

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

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

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

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

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

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

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