#41707E

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

Shades of Bismark #41707E

Tints of Bismark #41707E

Color information

#41707E (or 0x41707E) is unknown color: approx Bismark. HEX triplet: 41, 70 and 7E. RGB value is (65,112,126). Sum of RGB (Red+Green+Blue) = 65+112+126=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #41707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41707E is #BE8F81. Grayscale: #636363. Windows color (decimal): -12488578 or 8286273. OLE color: 8286273.

HSL color Cylindrical-coordinate representation of color #41707E: hue angle of 193.77º degrees, saturation: 0.32, 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 #41707E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65112126-
CMYK0.480.1100.51
HSL193.77º31.94%37.45%-
HSV(B)193.77º48.41%49.41%-
XYZ11.7414.2221.86-
YUV99.54142.93103.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=21.45%
G=36.96%
B=41.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651121260.480.1100.51193.7731.9437.45
Hex41707E30B033c22025
Octal10116017660130633024045
Binary1000001111000011111101100001011011001111000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41707E; }

 p { color: rgb(65,112,126); }

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

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

 a { background-color: rgb(65,112,126); }

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

<style>
 span { border-color: #41707E; }

 span { border-color: rgb(65,112,126); }

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