Html Css Color HEX #40827B Ming

📋 copy color: '#40827B'

red 64 ◦ green 130 ◦ blue 123

#40827B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #40827B

Tints of Ming #40827B

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.8%

R = 20.19%
G = 41.01%
B = 38.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#40827B (or 0x40827B) is known color: 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

RGB 64 130 123 -
CMYK 0.51 0 0.05 0.49
HSL 173.64º 0.34% 0.38% -
HSV(B) 173.64º 0.51% 0.51% -
XYZ 13.67 18.49 21.59 -
YUV 109.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 64 130 123 0.51 0 0.05 0.49 173.64 0.34 0.38
Hex 40 82 7B 33 0 5 31 AE 22 26
Octal 100 202 173 63 0 5 61 256 42 46
Binary 1000000 10000010 1111011 110011 0 101 110001 10101110 100010 100110

Color Harmonies of #40827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40827B

Black with #40827B

Text Example


Text Example

White with #40827B

Text Example


Text Example

HTML Codes & Css Web 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>