#41717F

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

Shades of Bismark #41717F

Tints of Bismark #41717F

Color information

#41717F (or 0x41717F) is unknown color: approx Bismark. HEX triplet: 41, 71 and 7F. RGB value is (65,113,127). Sum of RGB (Red+Green+Blue) = 65+113+127=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #41717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717F is #BE8E80. Grayscale: #646464. Windows color (decimal): -12488321 or 8352065. OLE color: 8352065.

HSL color Cylindrical-coordinate representation of color #41717F: hue angle of 193.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41717F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB65113127-
CMYK0.490.1100.50
HSL193.55º32.29%37.65%-
HSV(B)193.55º48.82%49.8%-
XYZ11.9214.4722.24-
YUV100.24143.1102.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 127 (50% from 255) = 41.64%
R=21.31%
G=37.05%
B=41.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651131270.490.1100.50193.5532.2937.65
Hex41717F31B032c22026
Octal10116117761130623024046
Binary1000001111000111111111100011011011001011000010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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