#407277

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

Shades of Ming #407277

Tints of Ming #407277

Color information

#407277 (or 0x407277) is unknown color: approx Ming. HEX triplet: 40, 72 and 77. RGB value is (64,114,119). Sum of RGB (Red+Green+Blue) = 64+114+119=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #407277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407277 is #BF8D88. Grayscale: #636363. Windows color (decimal): -12553609 or 7828032. OLE color: 7828032.

HSL color Cylindrical-coordinate representation of color #407277: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407277 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64114119-
CMYK0.460.0400.53
HSL185.45º30.05%35.88%-
HSV(B)185.45º46.22%46.67%-
XYZ11.4614.4619.64-
YUV99.62138.94102.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=21.55%
G=38.38%
B=40.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641141190.460.0400.53185.4530.0535.88
Hex4072772E4035b91e24
Octal1001621675640652713644
Binary10000001110010111011110111010001101011011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407277; }

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

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

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

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

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

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

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

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