#41687D

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

Shades of Bismark #41687D

Tints of Bismark #41687D

Color information

#41687D (or 0x41687D) is unknown color: approx Bismark. HEX triplet: 41, 68 and 7D. RGB value is (65,104,125). Sum of RGB (Red+Green+Blue) = 65+104+125=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #41687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41687D is #BE9782. Grayscale: #5E5E5E. Windows color (decimal): -12490627 or 8218689. OLE color: 8218689.

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

Color convert

RGB65104125-
CMYK0.480.1700.51
HSL201º31.58%37.25%-
HSV(B)201º48%49.02%-
XYZ10.8312.5121.24-
YUV94.73145.08106.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=22.11%
G=35.37%
B=42.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651041250.480.1700.5120131.5837.25
Hex41687D3011033c92025
Octal10115017560210633114045
Binary10000011101000111110111000010001011001111001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41687D; }

 p { color: rgb(65,104,125); }

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

<style>
 a { background-color: #41687D; }

 a { background-color: rgb(65,104,125); }

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

<style>
 span { border-color: #41687D; }

 span { border-color: rgb(65,104,125); }

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