#407275

Color #407275 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #407275

Tints of Ming #407275

Color information

#407275 (or 0x407275) is unknown color: approx Ming. HEX triplet: 40, 72 and 75. RGB value is (64,114,117). Sum of RGB (Red+Green+Blue) = 64+114+117=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #407275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407275 is #BF8D8A. Grayscale: #636363. Windows color (decimal): -12553611 or 7696960. OLE color: 7696960.

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

Color convert

RGB64114117-
CMYK0.450.0300.54
HSL183.4º29.28%35.49%-
HSV(B)183.4º45.3%45.88%-
XYZ11.3414.4119.01-
YUV99.39137.94102.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=21.69%
G=38.64%
B=39.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641141170.450.0300.54183.429.2835.49
Hex4072752D3036b71d23
Octal1001621655530662673543
Binary1000000111001011101011011011101101101011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407275; }

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

 H1.HeaderClassName
 {
   color: #407275;
 }
 .AnyTagClassName
 {
   color: #407275;
 }
</style>
background-color css

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

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

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

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

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

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