#41677C

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

Shades of Bismark #41677C

Tints of Bismark #41677C

Color information

#41677C (or 0x41677C) is unknown color: approx Bismark. HEX triplet: 41, 67 and 7C. RGB value is (65,103,124). Sum of RGB (Red+Green+Blue) = 65+103+124=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #41677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41677C is #BE9883. Grayscale: #5D5D5D. Windows color (decimal): -12490884 or 8152897. OLE color: 8152897.

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

Color convert

RGB65103124-
CMYK0.480.1700.51
HSL201.36º31.22%37.06%-
HSV(B)201.36º47.58%48.63%-
XYZ10.6712.2820.88-
YUV94.03144.91107.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=22.26%
G=35.27%
B=42.47%

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
Decimal651031240.480.1700.51201.3631.2237.06
Hex41677C3011033c91f25
Octal10114717460210633113745
Binary1000001110011111111001100001000101100111100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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