#43787D

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

Shades of Ming #43787D

Tints of Ming #43787D

Color information

#43787D (or 0x43787D) is unknown color: approx Ming. HEX triplet: 43, 78 and 7D. RGB value is (67,120,125). Sum of RGB (Red+Green+Blue) = 67+120+125=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #43787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43787D is #BC8782. Grayscale: #686868. Windows color (decimal): -12355459 or 8222787. OLE color: 8222787.

HSL color Cylindrical-coordinate representation of color #43787D: hue angle of 185.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43787D is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB67120125-
CMYK0.460.0400.51
HSL185.17º30.21%37.65%-
HSV(B)185.17º46.4%49.02%-
XYZ12.7316.1121.84-
YUV104.72139.44101.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=21.47%
G=38.46%
B=40.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal671201250.460.0400.51185.1730.2137.65
Hex43787D2E4033b91e26
Octal1031701755640632713646
Binary10000111111000111110110111010001100111011100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43787D; }

 p { color: rgb(67,120,125); }

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

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

 a { background-color: rgb(67,120,125); }

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

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

 span { border-color: rgb(67,120,125); }

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