#41727A

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

Shades of Ming #41727A

Tints of Ming #41727A

Color information

#41727A (or 0x41727A) is unknown color: approx Ming. HEX triplet: 41, 72 and 7A. RGB value is (65,114,122). Sum of RGB (Red+Green+Blue) = 65+114+122=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #41727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727A is #BE8D85. Grayscale: #646464. Windows color (decimal): -12488070 or 8024641. OLE color: 8024641.

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

Color convert

RGB65114122-
CMYK0.470.0700.52
HSL188.42º30.48%36.67%-
HSV(B)188.42º46.72%47.84%-
XYZ11.7114.5620.61-
YUV100.26140.27102.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=21.59%
G=37.87%
B=40.53%

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
Decimal651141220.470.0700.52188.4230.4836.67
Hex41727A2F7034bc1e25
Octal1011621725770642743645
Binary10000011110010111101010111111101101001011110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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