#467079

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

Shades of Bismark #467079

Tints of Bismark #467079

Color information

#467079 (or 0x467079) is unknown color: approx Bismark. HEX triplet: 46, 70 and 79. RGB value is (70,112,121). Sum of RGB (Red+Green+Blue) = 70+112+121=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #467079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467079 is #B98F86. Grayscale: #646464. Windows color (decimal): -12160903 or 7958598. OLE color: 7958598.

HSL color Cylindrical-coordinate representation of color #467079: hue angle of 190.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467079 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB70112121-
CMYK0.420.0700.53
HSL190.59º26.7%37.45%-
HSV(B)190.59º42.15%47.45%-
XYZ11.7714.2720.22-
YUV100.47139.59106.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=23.10%
G=36.96%
B=39.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701121210.420.0700.53190.5926.737.45
Hex4670792A7035bf1b25
Octal1061601715270652773345
Binary10001101110000111100110101011101101011011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467079; }

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

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

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

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

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

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

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

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