Html Css Color HEX #407175 Ming

📋 copy color: '#407175'

red 64 ◦ green 113 ◦ blue 117

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

Shades of Ming #407175

Tints of Ming #407175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 21.77%
G = 38.44%
B = 39.8%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#407175 (or 0x407175) is known color: Ming. HEX triplet: 40, 71 and 75. RGB value is (64,113,117). Sum of RGB (Red+Green+Blue) = 64+113+117=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #407175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407175 is #BF8E8A. Grayscale: #626262. Windows color (decimal): -12553867 or 7696704. OLE color: 7696704.

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

Color convert

RGB 64 113 117 -
CMYK 0.45 0.03 0 0.54
HSL 184.53º 0.29% 0.35% -
HSV(B) 184.53º 0.45% 0.46% -
XYZ 11.23 14.18 18.98 -
YUV 98.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 64 113 117 0.45 0.03 0 0.54 184.53 0.29 0.35
Hex 40 71 75 2D 3 0 36 B9 1D 23
Octal 100 161 165 55 3 0 66 271 35 43
Binary 1000000 1110001 1110101 101101 11 0 110110 10111001 11101 100011

Color Harmonies of #407175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407175

Black with #407175

Text Example


Text Example

White with #407175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407175; }

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

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

background-color css

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

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

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

border-color css

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

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

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