#40717B

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

Shades of Ming #40717B

Tints of Ming #40717B

Color information

#40717B (or 0x40717B) is unknown color: approx Ming. HEX triplet: 40, 71 and 7B. RGB value is (64,113,123). Sum of RGB (Red+Green+Blue) = 64+113+123=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #40717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40717B is #BF8E84. Grayscale: #636363. Windows color (decimal): -12553861 or 8089920. OLE color: 8089920.

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

Color convert

RGB64113123-
CMYK0.480.0800.52
HSL190.17º31.55%36.67%-
HSV(B)190.17º47.97%48.24%-
XYZ11.5914.3320.89-
YUV99.49141.27102.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=21.33%
G=37.67%
B=41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641131230.480.0800.52190.1731.5536.67
Hex40717B308034be2025
Octal10016117360100642764045
Binary1000000111000111110111100001000011010010111110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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