#40727B

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

Shades of Ming #40727B

Tints of Ming #40727B

Color information

#40727B (or 0x40727B) is unknown color: approx Ming. HEX triplet: 40, 72 and 7B. RGB value is (64,114,123). Sum of RGB (Red+Green+Blue) = 64+114+123=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #40727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40727B is #BF8D84. Grayscale: #636363. Windows color (decimal): -12553605 or 8090176. OLE color: 8090176.

HSL color Cylindrical-coordinate representation of color #40727B: hue angle of 189.15º 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 #40727B is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64114123-
CMYK0.480.0700.52
HSL189.15º31.55%36.67%-
HSV(B)189.15º47.97%48.24%-
XYZ11.7114.5520.93-
YUV100.08140.94102.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=21.26%
G=37.87%
B=40.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641141230.480.0700.52189.1531.5536.67
Hex40727B307034bd2025
Octal1001621736070642754045
Binary100000011100101111011110000111011010010111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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