#40707B

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

Shades of Bismark #40707B

Tints of Bismark #40707B

Color information

#40707B (or 0x40707B) is unknown color: approx Bismark. HEX triplet: 40, 70 and 7B. RGB value is (64,112,123). Sum of RGB (Red+Green+Blue) = 64+112+123=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #40707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40707B is #BF8F84. Grayscale: #626262. Windows color (decimal): -12554117 or 8089664. OLE color: 8089664.

HSL color Cylindrical-coordinate representation of color #40707B: hue angle of 191.19º 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 #40707B is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64112123-
CMYK0.480.0900.52
HSL191.19º31.55%36.67%-
HSV(B)191.19º47.97%48.24%-
XYZ11.4814.1120.86-
YUV98.9141.6103.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=21.40%
G=37.46%
B=41.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641121230.480.0900.52191.1931.5536.67
Hex40707B309034bf2025
Octal10016017360110642774045
Binary1000000111000011110111100001001011010010111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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