#466476

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

Shades of Bismark #466476

Tints of Bismark #466476

Color information

#466476 (or 0x466476) is unknown color: approx Bismark. HEX triplet: 46, 64 and 76. RGB value is (70,100,118). Sum of RGB (Red+Green+Blue) = 70+100+118=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #466476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466476 is #B99B89. Grayscale: #5C5C5C. Windows color (decimal): -12163978 or 7758918. OLE color: 7758918.

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

Color convert

RGB70100118-
CMYK0.410.1500.54
HSL202.5º25.53%36.86%-
HSV(B)202.5º40.68%46.27%-
XYZ10.3511.7218.86-
YUV93.08142.06111.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=24.31%
G=34.72%
B=40.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701001180.410.1500.54202.525.5336.86
Hex46647629F036ca1a25
Octal10614416651170663123245
Binary100011011001001110110101001111101101101100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466476; }

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

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

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

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

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

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

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

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