#466E77

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

Shades of Bismark #466E77

Tints of Bismark #466E77

Color information

#466E77 (or 0x466E77) is unknown color: approx Bismark. HEX triplet: 46, 6E and 77. RGB value is (70,110,119). Sum of RGB (Red+Green+Blue) = 70+110+119=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #466E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E77 is #B99188. Grayscale: #626262. Windows color (decimal): -12161417 or 7827014. OLE color: 7827014.

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

Color convert

RGB70110119-
CMYK0.410.0800.53
HSL191.02º25.93%37.06%-
HSV(B)191.02º41.18%46.67%-
XYZ11.4313.7919.51-
YUV99.07139.25107.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=23.41%
G=36.79%
B=39.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701101190.410.0800.53191.0225.9337.06
Hex466E77298035bf1a25
Octal10615616751100652773245
Binary100011011011101110111101001100001101011011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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