#41657C

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

Shades of Bismark #41657C

Tints of Bismark #41657C

Color information

#41657C (or 0x41657C) is unknown color: approx Bismark. HEX triplet: 41, 65 and 7C. RGB value is (65,101,124). Sum of RGB (Red+Green+Blue) = 65+101+124=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #41657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41657C is #BE9A83. Grayscale: #5C5C5C. Windows color (decimal): -12491396 or 8152385. OLE color: 8152385.

HSL color Cylindrical-coordinate representation of color #41657C: hue angle of 203.39º 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 #41657C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65101124-
CMYK0.480.1900.51
HSL203.39º31.22%37.06%-
HSV(B)203.39º47.58%48.63%-
XYZ10.4711.8920.81-
YUV92.86145.57108.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=22.41%
G=34.83%
B=42.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651011240.480.1900.51203.3931.2237.06
Hex41657C3013033cb1f25
Octal10114517460230633133745
Binary1000001110010111111001100001001101100111100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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