#41717C

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

Shades of Bismark #41717C

Tints of Bismark #41717C

Color information

#41717C (or 0x41717C) is unknown color: approx Bismark. HEX triplet: 41, 71 and 7C. RGB value is (65,113,124). Sum of RGB (Red+Green+Blue) = 65+113+124=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #41717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717C is #BE8E83. Grayscale: #636363. Windows color (decimal): -12488324 or 8155457. OLE color: 8155457.

HSL color Cylindrical-coordinate representation of color #41717C: hue angle of 191.19º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41717C is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65113124-
CMYK0.480.0900.51
HSL191.19º31.22%37.06%-
HSV(B)191.19º47.58%48.63%-
XYZ11.7214.3921.23-
YUV99.9141.6103.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=21.52%
G=37.42%
B=41.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651131240.480.0900.51191.1931.2237.06
Hex41717C309033bf1f25
Octal10116117460110632773745
Binary100000111100011111100110000100101100111011111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41717C; }

 p { color: rgb(65,113,124); }

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

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

 a { background-color: rgb(65,113,124); }

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

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

 span { border-color: rgb(65,113,124); }

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