#40827B

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

Shades of Ming #40827B

Tints of Ming #40827B

Color information

#40827B (or 0x40827B) is unknown color: approx Ming. HEX triplet: 40, 82 and 7B. RGB value is (64,130,123). Sum of RGB (Red+Green+Blue) = 64+130+123=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #40827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827B is #BF7D84. Grayscale: #6D6D6D. Windows color (decimal): -12549509 or 8094272. OLE color: 8094272.

HSL color Cylindrical-coordinate representation of color #40827B: hue angle of 173.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40827B is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB64130123-
CMYK0.5100.050.49
HSL173.64º34.02%38.04%-
HSV(B)173.64º50.77%50.98%-
XYZ13.6718.4921.59-
YUV109.47135.6395.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=20.19%
G=41.01%
B=38.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301230.5100.050.49173.6434.0238.04
Hex40827B330531ae2226
Octal1002021736305612564246
Binary1000000100000101111011110011010111000110101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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