#41727B

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

Shades of Ming #41727B

Tints of Ming #41727B

Color information

#41727B (or 0x41727B) is unknown color: approx Ming. HEX triplet: 41, 72 and 7B. RGB value is (65,114,123). Sum of RGB (Red+Green+Blue) = 65+114+123=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #41727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727B is #BE8D84. Grayscale: #646464. Windows color (decimal): -12488069 or 8090177. OLE color: 8090177.

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

Color convert

RGB65114123-
CMYK0.470.0700.52
HSL189.31º30.85%36.86%-
HSV(B)189.31º47.15%48.24%-
XYZ11.7714.5920.93-
YUV100.38140.77102.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=21.52%
G=37.75%
B=40.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651141230.470.0700.52189.3130.8536.86
Hex41727B2F7034bd1f25
Octal1011621735770642753745
Binary10000011110010111101110111111101101001011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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