#41647B

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

Shades of Bismark #41647B

Tints of Bismark #41647B

Color information

#41647B (or 0x41647B) is unknown color: approx Bismark. HEX triplet: 41, 64 and 7B. RGB value is (65,100,123). Sum of RGB (Red+Green+Blue) = 65+100+123=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #41647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41647B is #BE9B84. Grayscale: #5C5C5C. Windows color (decimal): -12491653 or 8086593. OLE color: 8086593.

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

Color convert

RGB65100123-
CMYK0.470.1900.52
HSL203.79º30.85%36.86%-
HSV(B)203.79º47.15%48.24%-
XYZ10.3111.6720.45-
YUV92.16145.4108.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=22.57%
G=34.72%
B=42.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651001230.470.1900.52203.7930.8536.86
Hex41647B2F13034cc1f25
Octal10114417357230643143745
Binary1000001110010011110111011111001101101001100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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