#40787B

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

Shades of Ming #40787B

Tints of Ming #40787B

Color information

#40787B (or 0x40787B) is unknown color: approx Ming. HEX triplet: 40, 78 and 7B. RGB value is (64,120,123). Sum of RGB (Red+Green+Blue) = 64+120+123=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #40787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40787B is #BF8784. Grayscale: #676767. Windows color (decimal): -12552069 or 8091712. OLE color: 8091712.

HSL color Cylindrical-coordinate representation of color #40787B: hue angle of 183.05º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40787B is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64120123-
CMYK0.480.0200.52
HSL183.05º31.55%36.67%-
HSV(B)183.05º47.97%48.24%-
XYZ12.4115.9521.16-
YUV103.6138.9599.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=20.85%
G=39.09%
B=40.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641201230.480.0200.52183.0531.5536.67
Hex40787B302034b72025
Octal1001701736020642674045
Binary10000001111000111101111000010011010010110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40787B; }

 p { color: rgb(64,120,123); }

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

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

 a { background-color: rgb(64,120,123); }

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

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

 span { border-color: rgb(64,120,123); }

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