Html Css Color HEX #407475 Ming

📋 copy color: '#407475'

red 64 ◦ green 116 ◦ blue 117

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

Shades of Ming #407475

Tints of Ming #407475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 21.55%
G = 39.06%
B = 39.39%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#407475 (or 0x407475) is known color: Ming. HEX triplet: 40, 74 and 75. RGB value is (64,116,117). Sum of RGB (Red+Green+Blue) = 64+116+117=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #407475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407475 is #BF8B8A. Grayscale: #646464. Windows color (decimal): -12553099 or 7697472. OLE color: 7697472.

HSL color Cylindrical-coordinate representation of color #407475: hue angle of 181.13º 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 #407475 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 116 117 -
CMYK 0.45 0.01 0 0.54
HSL 181.13º 0.29% 0.35% -
HSV(B) 181.13º 0.45% 0.46% -
XYZ 11.57 14.87 19.09 -
YUV 100.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 64 116 117 0.45 0.01 0 0.54 181.13 0.29 0.35
Hex 40 74 75 2D 1 0 36 B5 1D 23
Octal 100 164 165 55 1 0 66 265 35 43
Binary 1000000 1110100 1110101 101101 1 0 110110 10110101 11101 100011

Color Harmonies of #407475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407475

Black with #407475

Text Example


Text Example

White with #407475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407475; }

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

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

background-color css

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

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

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

border-color css

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

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

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