Html Css Color HEX #407073 Ming

📋 copy color: '#407073'

red 64 ◦ green 112 ◦ blue 115

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

Shades of Ming #407073

Tints of Ming #407073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 21.99%
G = 38.49%
B = 39.52%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#407073 (or 0x407073) is known color: Ming. HEX triplet: 40, 70 and 73. RGB value is (64,112,115). Sum of RGB (Red+Green+Blue) = 64+112+115=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #407073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407073 is #BF8F8C. Grayscale: #616161. Windows color (decimal): -12554125 or 7565376. OLE color: 7565376.

HSL color Cylindrical-coordinate representation of color #407073: hue angle of 183.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407073 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 112 115 -
CMYK 0.44 0.03 0 0.55
HSL 183.53º 0.28% 0.35% -
HSV(B) 183.53º 0.44% 0.45% -
XYZ 11 13.92 18.33 -
YUV 97.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 64 112 115 0.44 0.03 0 0.55 183.53 0.28 0.35
Hex 40 70 73 2C 3 0 37 B8 1C 23
Octal 100 160 163 54 3 0 67 270 34 43
Binary 1000000 1110000 1110011 101100 11 0 110111 10111000 11100 100011

Color Harmonies of #407073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407073

Black with #407073

Text Example


Text Example

White with #407073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407073; }

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

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

background-color css

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

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

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

border-color css

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

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

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