#416B76

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

Shades of Bismark #416B76

Tints of Bismark #416B76

Color information

#416B76 (or 0x416B76) is unknown color: approx Bismark. HEX triplet: 41, 6B and 76. RGB value is (65,107,118). Sum of RGB (Red+Green+Blue) = 65+107+118=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #416B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B76 is #BE9489. Grayscale: #5F5F5F. Windows color (decimal): -12489866 or 7760705. OLE color: 7760705.

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

Color convert

RGB65107118-
CMYK0.450.0900.54
HSL192.45º28.96%35.88%-
HSV(B)192.45º44.92%46.27%-
XYZ10.7112.9519.07-
YUV95.7140.59106.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=22.41%
G=36.90%
B=40.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651071180.450.0900.54192.4528.9635.88
Hex416B762D9036c01d24
Octal10115316655110663003544
Binary100000111010111110110101101100101101101100000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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