#41697D

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

Shades of Bismark #41697D

Tints of Bismark #41697D

Color information

#41697D (or 0x41697D) is unknown color: approx Bismark. HEX triplet: 41, 69 and 7D. RGB value is (65,105,125). Sum of RGB (Red+Green+Blue) = 65+105+125=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #41697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41697D is #BE9682. Grayscale: #5F5F5F. Windows color (decimal): -12490371 or 8218945. OLE color: 8218945.

HSL color Cylindrical-coordinate representation of color #41697D: hue angle of 200º 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 #41697D is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65105125-
CMYK0.480.1600.51
HSL200º31.58%37.25%-
HSV(B)200º48%49.02%-
XYZ10.9312.7121.28-
YUV95.32144.75106.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=22.03%
G=35.59%
B=42.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651051250.480.1600.5120031.5837.25
Hex41697D3010033c82025
Octal10115117560200633104045
Binary10000011101001111110111000010000011001111001000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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