#416976

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

Shades of Bismark #416976

Tints of Bismark #416976

Color information

#416976 (or 0x416976) is unknown color: approx Bismark. HEX triplet: 41, 69 and 76. RGB value is (65,105,118). Sum of RGB (Red+Green+Blue) = 65+105+118=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 105 (41.41% from 255 or 36.46% 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 #416976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416976 is #BE9689. Grayscale: #5E5E5E. Windows color (decimal): -12490378 or 7760193. OLE color: 7760193.

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

Color convert

RGB65105118-
CMYK0.450.1100.54
HSL194.72º28.96%35.88%-
HSV(B)194.72º44.92%46.27%-
XYZ10.512.5319.01-
YUV94.52141.25106.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=22.57%
G=36.46%
B=40.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651051180.450.1100.54194.7228.9635.88
Hex4169762DB036c31d24
Octal10115116655130663033544
Binary100000111010011110110101101101101101101100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416976; }

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

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

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

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

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

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

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

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