#41697F

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

Shades of Bismark #41697F

Tints of Bismark #41697F

Color information

#41697F (or 0x41697F) is unknown color: approx Bismark. HEX triplet: 41, 69 and 7F. RGB value is (65,105,127). Sum of RGB (Red+Green+Blue) = 65+105+127=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #41697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41697F is #BE9680. Grayscale: #5F5F5F. Windows color (decimal): -12490369 or 8350017. OLE color: 8350017.

HSL color Cylindrical-coordinate representation of color #41697F: hue angle of 201.29º 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 #41697F is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB65105127-
CMYK0.490.1700.50
HSL201.29º32.29%37.65%-
HSV(B)201.29º48.82%49.8%-
XYZ11.0612.7621.96-
YUV95.55145.75106.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 127 (50% from 255) = 42.76%
R=21.89%
G=35.35%
B=42.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651051270.490.1700.50201.2932.2937.65
Hex41697F3111032c92026
Octal10115117761210623114046
Binary10000011101001111111111000110001011001011001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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