#416376

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

Shades of Bismark #416376

Tints of Bismark #416376

Color information

#416376 (or 0x416376) is unknown color: approx Bismark. HEX triplet: 41, 63 and 76. RGB value is (65,99,118). Sum of RGB (Red+Green+Blue) = 65+99+118=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #416376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416376 is #BE9C89. Grayscale: #5A5A5A. Windows color (decimal): -12491914 or 7758657. OLE color: 7758657.

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

Color convert

RGB6599118-
CMYK0.450.1600.54
HSL201.51º28.96%35.88%-
HSV(B)201.51º44.92%46.27%-
XYZ9.9111.3618.81-
YUV91143.24109.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=23.05%
G=35.11%
B=41.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65991180.450.1600.54201.5128.9635.88
Hex4163762D10036ca1d24
Octal10114316655200663123544
Binary1000001110001111101101011011000001101101100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416376; }

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

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

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

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

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

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

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

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