#40717A

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

Shades of Ming #40717A

Tints of Ming #40717A

Color information

#40717A (or 0x40717A) is unknown color: approx Ming. HEX triplet: 40, 71 and 7A. RGB value is (64,113,122). Sum of RGB (Red+Green+Blue) = 64+113+122=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #40717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40717A is #BF8E85. Grayscale: #636363. Windows color (decimal): -12553862 or 8024384. OLE color: 8024384.

HSL color Cylindrical-coordinate representation of color #40717A: hue angle of 189.31º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40717A is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64113122-
CMYK0.480.0700.52
HSL189.31º31.18%36.47%-
HSV(B)189.31º47.54%47.84%-
XYZ11.5314.3120.57-
YUV99.38140.77102.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=21.40%
G=37.79%
B=40.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641131220.480.0700.52189.3131.1836.47
Hex40717A307034bd1f24
Octal1001611726070642753744
Binary10000001110001111101011000011101101001011110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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