Html Css Color HEX #407573 Ming

📋 copy color: '#407573'

red 64 ◦ green 117 ◦ blue 115

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

Shades of Ming #407573

Tints of Ming #407573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 21.62%
G = 39.53%
B = 38.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#407573 (or 0x407573) is known color: Ming. HEX triplet: 40, 75 and 73. RGB value is (64,117,115). Sum of RGB (Red+Green+Blue) = 64+117+115=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #407573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407573 is #BF8A8C. Grayscale: #646464. Windows color (decimal): -12552845 or 7566656. OLE color: 7566656.

HSL color Cylindrical-coordinate representation of color #407573: hue angle of 177.74º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407573 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 115 -
CMYK 0.45 0 0.02 0.54
HSL 177.74º 0.29% 0.35% -
HSV(B) 177.74º 0.45% 0.46% -
XYZ 11.57 15.05 18.51 -
YUV 100.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 64 117 115 0.45 0 0.02 0.54 177.74 0.29 0.35
Hex 40 75 73 2D 0 2 36 B2 1D 23
Octal 100 165 163 55 0 2 66 262 35 43
Binary 1000000 1110101 1110011 101101 0 10 110110 10110010 11101 100011

Color Harmonies of #407573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407573

Black with #407573

Text Example


Text Example

White with #407573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407573; }

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

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

background-color css

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

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

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

border-color css

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

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

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