#41797B

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

Shades of Ming #41797B

Tints of Ming #41797B

Color information

#41797B (or 0x41797B) is unknown color: approx Ming. HEX triplet: 41, 79 and 7B. RGB value is (65,121,123). Sum of RGB (Red+Green+Blue) = 65+121+123=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #41797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797B is #BE8684. Grayscale: #686868. Windows color (decimal): -12486277 or 8091969. OLE color: 8091969.

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

Color convert

RGB65121123-
CMYK0.470.0200.52
HSL182.07º30.85%36.86%-
HSV(B)182.07º47.15%48.24%-
XYZ12.5916.2321.21-
YUV104.48138.4599.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=21.04%
G=39.16%
B=39.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651211230.470.0200.52182.0730.8536.86
Hex41797B2F2034b61f25
Octal1011711735720642663745
Binary1000001111100111110111011111001101001011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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