#416477

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

Shades of Bismark #416477

Tints of Bismark #416477

Color information

#416477 (or 0x416477) is unknown color: approx Bismark. HEX triplet: 41, 64 and 77. RGB value is (65,100,119). Sum of RGB (Red+Green+Blue) = 65+100+119=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #416477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416477 is #BE9B88. Grayscale: #5B5B5B. Windows color (decimal): -12491657 or 7824449. OLE color: 7824449.

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

Color convert

RGB65100119-
CMYK0.450.1600.53
HSL201.11º29.35%36.08%-
HSV(B)201.11º45.38%46.67%-
XYZ10.0711.5719.16-
YUV91.7143.4108.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=22.89%
G=35.21%
B=41.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651001190.450.1600.53201.1129.3536.08
Hex4164772D10035c91d24
Octal10114416755200653113544
Binary1000001110010011101111011011000001101011100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416477; }

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

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

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

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

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

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

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

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