#41747B

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

Shades of Ming #41747B

Tints of Ming #41747B

Color information

#41747B (or 0x41747B) is unknown color: approx Ming. HEX triplet: 41, 74 and 7B. RGB value is (65,116,123). Sum of RGB (Red+Green+Blue) = 65+116+123=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #41747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747B is #BE8B84. Grayscale: #656565. Windows color (decimal): -12487557 or 8090689. OLE color: 8090689.

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

Color convert

RGB65116123-
CMYK0.470.0600.52
HSL187.24º30.85%36.86%-
HSV(B)187.24º47.15%48.24%-
XYZ1215.0421.01-
YUV101.55140.1101.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=21.38%
G=38.16%
B=40.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651161230.470.0600.52187.2430.8536.86
Hex41747B2F6034bb1f25
Octal1011641735760642733745
Binary10000011110100111101110111111001101001011101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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