#41767A

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

Shades of Ming #41767A

Tints of Ming #41767A

Color information

#41767A (or 0x41767A) is unknown color: approx Ming. HEX triplet: 41, 76 and 7A. RGB value is (65,118,122). Sum of RGB (Red+Green+Blue) = 65+118+122=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #41767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41767A is #BE8985. Grayscale: #666666. Windows color (decimal): -12487046 or 8025665. OLE color: 8025665.

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

Color convert

RGB65118122-
CMYK0.470.0300.52
HSL184.21º30.48%36.67%-
HSV(B)184.21º46.72%47.84%-
XYZ12.1715.4920.76-
YUV102.61138.94101.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 122 (48.05% from 255) = 40%
R=21.31%
G=38.69%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651181220.470.0300.52184.2130.4836.67
Hex41767A2F3034b81e25
Octal1011661725730642703645
Binary1000001111011011110101011111101101001011100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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