#41727F

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

Shades of Bismark #41727F

Tints of Bismark #41727F

Color information

#41727F (or 0x41727F) is unknown color: approx Bismark. HEX triplet: 41, 72 and 7F. RGB value is (65,114,127). Sum of RGB (Red+Green+Blue) = 65+114+127=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #41727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727F is #BE8D80. Grayscale: #646464. Windows color (decimal): -12488065 or 8352321. OLE color: 8352321.

HSL color Cylindrical-coordinate representation of color #41727F: hue angle of 192.58º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41727F is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB65114127-
CMYK0.490.1000.50
HSL192.58º32.29%37.65%-
HSV(B)192.58º48.82%49.8%-
XYZ12.0314.6922.28-
YUV100.83142.77102.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 127 (50% from 255) = 41.50%
R=21.24%
G=37.25%
B=41.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651141270.490.1000.50192.5832.2937.65
Hex41727F31A032c12026
Octal10116217761120623014046
Binary1000001111001011111111100011010011001011000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41727F; }

 p { color: rgb(65,114,127); }

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

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

 a { background-color: rgb(65,114,127); }

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

<style>
 span { border-color: #41727F; }

 span { border-color: rgb(65,114,127); }

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