#41667B

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

Shades of Bismark #41667B

Tints of Bismark #41667B

Color information

#41667B (or 0x41667B) is unknown color: approx Bismark. HEX triplet: 41, 66 and 7B. RGB value is (65,102,123). Sum of RGB (Red+Green+Blue) = 65+102+123=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #41667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41667B is #BE9984. Grayscale: #5D5D5D. Windows color (decimal): -12491141 or 8087105. OLE color: 8087105.

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

Color convert

RGB65102123-
CMYK0.470.1700.52
HSL201.72º30.85%36.86%-
HSV(B)201.72º47.15%48.24%-
XYZ10.5112.0620.51-
YUV93.33144.74107.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=22.41%
G=35.17%
B=42.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651021230.470.1700.52201.7230.8536.86
Hex41667B2F11034ca1f25
Octal10114617357210643123745
Binary1000001110011011110111011111000101101001100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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