#41677a

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

Shades of Bismark #41677A

Tints of Bismark #41677A

Color information

#41677A (or 0x41677A) is unknown color: approx Bismark. HEX triplet: 41, 67 and 7A. RGB value is (65,103,122). Sum of RGB (Red+Green+Blue) = 65+103+122=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #41677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41677A is #BE9885. Grayscale: #5D5D5D. Windows color (decimal): -12490886 or 8021825. OLE color: 8021825.

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

Color convert

RGB65103122-
CMYK0.470.1600.52
HSL200º30.48%36.67%-
HSV(B)200º46.72%47.84%-
XYZ10.5412.2320.22-
YUV93.8143.91107.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=22.41%
G=35.52%
B=42.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651031220.470.1600.5220030.4836.67
Hex41677A2F10034c81e25
Octal10114717257200643103645
Binary1000001110011111110101011111000001101001100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41677a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41677a; }

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

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

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

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

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

<style>
 span { border-color: #41677a; }

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

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