#41777A

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

Shades of Ming #41777A

Tints of Ming #41777A

Color information

#41777A (or 0x41777A) is unknown color: approx Ming. HEX triplet: 41, 77 and 7A. RGB value is (65,119,122). Sum of RGB (Red+Green+Blue) = 65+119+122=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #41777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777A is #BE8885. Grayscale: #676767. Windows color (decimal): -12486790 or 8025921. OLE color: 8025921.

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

Color convert

RGB65119122-
CMYK0.470.0200.52
HSL183.16º30.48%36.67%-
HSV(B)183.16º46.72%47.84%-
XYZ12.2915.7220.8-
YUV103.2138.61100.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=21.24%
G=38.89%
B=39.87%

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
Decimal651191220.470.0200.52183.1630.4836.67
Hex41777A2F2034b71e25
Octal1011671725720642673645
Binary1000001111011111110101011111001101001011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41777A; }

 p { color: rgb(65,119,122); }

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

<style>
 a { background-color: #41777A; }

 a { background-color: rgb(65,119,122); }

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

<style>
 span { border-color: #41777A; }

 span { border-color: rgb(65,119,122); }

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