#40677F

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

Shades of Bismark #40677F

Tints of Bismark #40677F

Color information

#40677F (or 0x40677F) is unknown color: approx Bismark. HEX triplet: 40, 67 and 7F. RGB value is (64,103,127). Sum of RGB (Red+Green+Blue) = 64+103+127=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #40677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40677F is #BF9880. Grayscale: #5D5D5D. Windows color (decimal): -12556417 or 8349504. OLE color: 8349504.

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

Color convert

RGB64103127-
CMYK0.500.1900.50
HSL202.86º32.98%37.45%-
HSV(B)202.86º49.61%49.8%-
XYZ10.812.3221.89-
YUV94.07146.58106.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 127 (50% from 255) = 43.20%
R=21.77%
G=35.03%
B=43.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641031270.500.1900.50202.8632.9837.45
Hex40677F3213032cb2125
Octal10014717762230623134145
Binary10000001100111111111111001010011011001011001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,103,127); }

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

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

 a { background-color: rgb(64,103,127); }

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

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

 span { border-color: rgb(64,103,127); }

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