#40667B

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

Shades of Bismark #40667B

Tints of Bismark #40667B

Color information

#40667B (or 0x40667B) is unknown color: approx Bismark. HEX triplet: 40, 66 and 7B. RGB value is (64,102,123). Sum of RGB (Red+Green+Blue) = 64+102+123=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #40667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40667B is #BF9984. Grayscale: #5C5C5C. Windows color (decimal): -12556677 or 8087104. OLE color: 8087104.

HSL color Cylindrical-coordinate representation of color #40667B: hue angle of 201.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40667B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64102123-
CMYK0.480.1700.52
HSL201.36º31.55%36.67%-
HSV(B)201.36º47.97%48.24%-
XYZ10.4412.0220.51-
YUV93.03144.91107.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=22.15%
G=35.29%
B=42.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641021230.480.1700.52201.3631.5536.67
Hex40667B3011034c92025
Octal10014617360210643114045
Binary10000001100110111101111000010001011010011001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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