#41767C

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

Shades of Ming #41767C

Tints of Ming #41767C

Color information

#41767C (or 0x41767C) is unknown color: approx Ming. HEX triplet: 41, 76 and 7C. RGB value is (65,118,124). Sum of RGB (Red+Green+Blue) = 65+118+124=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #41767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41767C is #BE8983. Grayscale: #666666. Windows color (decimal): -12487044 or 8156737. OLE color: 8156737.

HSL color Cylindrical-coordinate representation of color #41767C: hue angle of 186.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41767C is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65118124-
CMYK0.480.0500.51
HSL186.1º31.22%37.06%-
HSV(B)186.1º47.58%48.63%-
XYZ12.315.5421.42-
YUV102.84139.94101.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=21.17%
G=38.44%
B=40.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651181240.480.0500.51186.131.2237.06
Hex41767C305033ba1f25
Octal1011661746050632723745
Binary10000011110110111110011000010101100111011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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