#466876

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

Shades of Bismark #466876

Tints of Bismark #466876

Color information

#466876 (or 0x466876) is unknown color: approx Bismark. HEX triplet: 46, 68 and 76. RGB value is (70,104,118). Sum of RGB (Red+Green+Blue) = 70+104+118=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #466876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466876 is #B99789. Grayscale: #5F5F5F. Windows color (decimal): -12162954 or 7759942. OLE color: 7759942.

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

Color convert

RGB70104118-
CMYK0.410.1200.54
HSL197.5º25.53%36.86%-
HSV(B)197.5º40.68%46.27%-
XYZ10.7512.5118.99-
YUV95.43140.74109.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=23.97%
G=35.62%
B=40.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701041180.410.1200.54197.525.5336.86
Hex46687629C036c61a25
Octal10615016651140663063245
Binary100011011010001110110101001110001101101100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466876; }

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

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

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

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

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

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

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

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