Html Css Color HEX #407873 Ming

📋 copy color: '#407873'

red 64 ◦ green 120 ◦ blue 115

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

Shades of Ming #407873

Tints of Ming #407873

RGB

 RED value IS 64 (25.39% from 255) = 21.4%

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 21.4%
G = 40.13%
B = 38.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#407873 (or 0x407873) is known color: Ming. HEX triplet: 40, 78 and 73. RGB value is (64,120,115). Sum of RGB (Red+Green+Blue) = 64+120+115=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #407873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407873 is #BF878C. Grayscale: #666666. Windows color (decimal): -12552077 or 7567424. OLE color: 7567424.

HSL color Cylindrical-coordinate representation of color #407873: hue angle of 174.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407873 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 115 -
CMYK 0.47 0 0.04 0.53
HSL 174.64º 0.3% 0.36% -
HSV(B) 174.64º 0.47% 0.47% -
XYZ 11.93 15.76 18.63 -
YUV 102.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 64 120 115 0.47 0 0.04 0.53 174.64 0.3 0.36
Hex 40 78 73 2F 0 4 35 AF 1E 24
Octal 100 170 163 57 0 4 65 257 36 44
Binary 1000000 1111000 1110011 101111 0 100 110101 10101111 11110 100100

Color Harmonies of #407873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407873

Black with #407873

Text Example


Text Example

White with #407873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407873; }

 p { color: rgb(64,120,115); }

 H1.HeaderClassName
 {
   color: #407873;
 }
 .AnyTagClassName
 {
   color: #407873;
 }
</style>

background-color css

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

 a { background-color: rgb(64,120,115); }

 div.DivClassName
 {
   background-color: #407873;
 }
 .BgClassName
 {
   background-color: #407873;
 }
</style>

border-color css

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

 span { border-color: rgb(64,120,115); }

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