#416E77

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

Shades of Bismark #416E77

Tints of Bismark #416E77

Color information

#416E77 (or 0x416E77) is unknown color: approx Bismark. HEX triplet: 41, 6E and 77. RGB value is (65,110,119). Sum of RGB (Red+Green+Blue) = 65+110+119=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #416E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E77 is #BE9188. Grayscale: #616161. Windows color (decimal): -12489097 or 7827009. OLE color: 7827009.

HSL color Cylindrical-coordinate representation of color #416E77: hue angle of 190º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416E77 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65110119-
CMYK0.450.0800.53
HSL190º29.35%36.08%-
HSV(B)190º45.38%46.67%-
XYZ11.0913.6119.5-
YUV97.57140.09104.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=22.11%
G=37.41%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651101190.450.0800.5319029.3536.08
Hex416E772D8035be1d24
Octal10115616755100652763544
Binary100000111011101110111101101100001101011011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,110,119); }

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

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

 a { background-color: rgb(65,110,119); }

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

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

 span { border-color: rgb(65,110,119); }

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