#467082

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

Shades of Bismark #467082

Tints of Bismark #467082

Color information

#467082 (or 0x467082) is unknown color: approx Bismark. HEX triplet: 46, 70 and 82. RGB value is (70,112,130). Sum of RGB (Red+Green+Blue) = 70+112+130=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #467082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467082 is #B98F7D. Grayscale: #656565. Windows color (decimal): -12160894 or 8548422. OLE color: 8548422.

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

Color convert

RGB70112130-
CMYK0.460.1400.49
HSL198º30%39.22%-
HSV(B)198º46.15%50.98%-
XYZ12.3514.523.27-
YUV101.49144.09105.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=22.44%
G=35.90%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701121300.460.1400.491983039.22
Hex4670822EE031c61e27
Octal10616020256160613063647
Binary1000110111000010000010101110111001100011100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467082; }

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

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

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

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

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

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

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

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