#466E76

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

Shades of Bismark #466E76

Tints of Bismark #466E76

Color information

#466E76 (or 0x466E76) is unknown color: approx Bismark. HEX triplet: 46, 6E and 76. RGB value is (70,110,118). Sum of RGB (Red+Green+Blue) = 70+110+118=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #466E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E76 is #B99189. Grayscale: #626262. Windows color (decimal): -12161418 or 7761478. OLE color: 7761478.

HSL color Cylindrical-coordinate representation of color #466E76: hue angle of 190º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466E76 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70110118-
CMYK0.410.0700.54
HSL190º25.53%36.86%-
HSV(B)190º40.68%46.27%-
XYZ11.3713.7619.2-
YUV98.95138.75107.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=23.49%
G=36.91%
B=39.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701101180.410.0700.5419025.5336.86
Hex466E76297036be1a25
Octal1061561665170662763245
Binary10001101101110111011010100111101101101011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466E76; }

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

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

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

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

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

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

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

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