Html Css Color HEX #407375 Ming

📋 copy color: '#407375'

red 64 ◦ green 115 ◦ blue 117

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

Shades of Ming #407375

Tints of Ming #407375

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 64 115 117 -
CMYK 0.45 0.02 0 0.54
HSL 182.26º 0.29% 0.35% -
HSV(B) 182.26º 0.45% 0.46% -
XYZ 11.46 14.64 19.05 -
YUV 99.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 64 115 117 0.45 0.02 0 0.54 182.26 0.29 0.35
Hex 40 73 75 2D 2 0 36 B6 1D 23
Octal 100 163 165 55 2 0 66 266 35 43
Binary 1000000 1110011 1110101 101101 10 0 110110 10110110 11101 100011

Color Harmonies of #407375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407375

Black with #407375

Text Example


Text Example

White with #407375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407375; }

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

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

background-color css

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

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

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

border-color css

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

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

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