#41737E

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

Shades of Bismark #41737E

Tints of Bismark #41737E

Color information

#41737E (or 0x41737E) is unknown color: approx Bismark. HEX triplet: 41, 73 and 7E. RGB value is (65,115,126). Sum of RGB (Red+Green+Blue) = 65+115+126=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #41737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41737E is #BE8C81. Grayscale: #656565. Windows color (decimal): -12487810 or 8287041. OLE color: 8287041.

HSL color Cylindrical-coordinate representation of color #41737E: hue angle of 190.82º degrees, saturation: 0.32, 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 #41737E is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65115126-
CMYK0.480.0900.51
HSL190.82º31.94%37.45%-
HSV(B)190.82º48.41%49.41%-
XYZ12.0814.8921.98-
YUV101.3141.94102.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=21.24%
G=37.58%
B=41.18%

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
Decimal651151260.480.0900.51190.8231.9437.45
Hex41737E309033bf2025
Octal10116317660110632774045
Binary1000001111001111111101100001001011001110111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41737E; }

 p { color: rgb(65,115,126); }

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

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

 a { background-color: rgb(65,115,126); }

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

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

 span { border-color: rgb(65,115,126); }

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