#41647A

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

Shades of Bismark #41647A

Tints of Bismark #41647A

Color information

#41647A (or 0x41647A) is unknown color: approx Bismark. HEX triplet: 41, 64 and 7A. RGB value is (65,100,122). Sum of RGB (Red+Green+Blue) = 65+100+122=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #41647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41647A is #BE9B85. Grayscale: #5B5B5B. Windows color (decimal): -12491654 or 8021057. OLE color: 8021057.

HSL color Cylindrical-coordinate representation of color #41647A: hue angle of 203.16º degrees, saturation: 0.3, 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 #41647A is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB65100122-
CMYK0.470.1800.52
HSL203.16º30.48%36.67%-
HSV(B)203.16º46.72%47.84%-
XYZ10.2511.6420.12-
YUV92.04144.9108.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=22.65%
G=34.84%
B=42.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651001220.470.1800.52203.1630.4836.67
Hex41647A2F12034cb1e25
Octal10114417257220643133645
Binary1000001110010011110101011111001001101001100101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41647A; }

 p { color: rgb(65,100,122); }

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

<style>
 a { background-color: #41647A; }

 a { background-color: rgb(65,100,122); }

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

<style>
 span { border-color: #41647A; }

 span { border-color: rgb(65,100,122); }

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