#41717B

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

Shades of Bismark #41717B

Tints of Bismark #41717B

Color information

#41717B (or 0x41717B) is unknown color: approx Bismark. HEX triplet: 41, 71 and 7B. RGB value is (65,113,123). Sum of RGB (Red+Green+Blue) = 65+113+123=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #41717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717B is #BE8E84. Grayscale: #636363. Windows color (decimal): -12488325 or 8089921. OLE color: 8089921.

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

Color convert

RGB65113123-
CMYK0.470.0800.52
HSL190.34º30.85%36.86%-
HSV(B)190.34º47.15%48.24%-
XYZ11.6614.3620.9-
YUV99.79141.1103.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=21.59%
G=37.54%
B=40.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651131230.470.0800.52190.3430.8536.86
Hex41717B2F8034be1f25
Octal10116117357100642763745
Binary100000111100011111011101111100001101001011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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