#416676

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

Shades of Bismark #416676

Tints of Bismark #416676

Color information

#416676 (or 0x416676) is unknown color: approx Bismark. HEX triplet: 41, 66 and 76. RGB value is (65,102,118). Sum of RGB (Red+Green+Blue) = 65+102+118=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #416676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416676 is #BE9989. Grayscale: #5C5C5C. Windows color (decimal): -12491146 or 7759425. OLE color: 7759425.

HSL color Cylindrical-coordinate representation of color #416676: hue angle of 198.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416676 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65102118-
CMYK0.450.1400.54
HSL198.11º28.96%35.88%-
HSV(B)198.11º44.92%46.27%-
XYZ10.211.9318.91-
YUV92.76142.24108.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=22.81%
G=35.79%
B=41.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651021180.450.1400.54198.1128.9635.88
Hex4166762DE036c61d24
Octal10114616655160663063544
Binary100000111001101110110101101111001101101100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416676; }

 p { color: rgb(65,102,118); }

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

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

 a { background-color: rgb(65,102,118); }

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

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

 span { border-color: rgb(65,102,118); }

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