#466B76

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

Shades of Bismark #466B76

Tints of Bismark #466B76

Color information

#466B76 (or 0x466B76) is unknown color: approx Bismark. HEX triplet: 46, 6B and 76. RGB value is (70,107,118). Sum of RGB (Red+Green+Blue) = 70+107+118=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #466B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B76 is #B99489. Grayscale: #616161. Windows color (decimal): -12162186 or 7760710. OLE color: 7760710.

HSL color Cylindrical-coordinate representation of color #466B76: hue angle of 193.75º 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 #466B76 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70107118-
CMYK0.410.0900.54
HSL193.75º25.53%36.86%-
HSV(B)193.75º40.68%46.27%-
XYZ11.0513.1319.09-
YUV97.19139.74108.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 40%
R=23.73%
G=36.27%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701071180.410.0900.54193.7525.5336.86
Hex466B76299036c21a25
Octal10615316651110663023245
Binary100011011010111110110101001100101101101100001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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