#40667E

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

Shades of Bismark #40667E

Tints of Bismark #40667E

Color information

#40667E (or 0x40667E) is unknown color: approx Bismark. HEX triplet: 40, 66 and 7E. RGB value is (64,102,126). Sum of RGB (Red+Green+Blue) = 64+102+126=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #40667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40667E is #BF9981. Grayscale: #5D5D5D. Windows color (decimal): -12556674 or 8283712. OLE color: 8283712.

HSL color Cylindrical-coordinate representation of color #40667E: hue angle of 203.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40667E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB64102126-
CMYK0.490.1900.51
HSL203.23º32.63%37.25%-
HSV(B)203.23º49.21%49.41%-
XYZ10.6312.121.51-
YUV93.37146.41107.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=21.92%
G=34.93%
B=43.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641021260.490.1900.51203.2332.6337.25
Hex40667E3113033cb2125
Octal10014617661230633134145
Binary10000001100110111111011000110011011001111001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,102,126); }

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

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

 a { background-color: rgb(64,102,126); }

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

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

 span { border-color: rgb(64,102,126); }

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