Html Css Color HEX #41747E Ming

📋 copy color: '#41747E'

red 65 ◦ green 116 ◦ blue 126

#41747E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #41747E

Tints of Ming #41747E

RGB

 RED value IS 65 (25.78% from 255) = 21.17%

 GREEN value IS 116 (45.7% from 255) = 37.79%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 21.17%
G = 37.79%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41747E (or 0x41747E) is known color: Ming. HEX triplet: 41, 74 and 7E. RGB value is (65,116,126). Sum of RGB (Red+Green+Blue) = 65+116+126=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #41747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747E is #BE8B81. Grayscale: #656565. Windows color (decimal): -12487554 or 8287297. OLE color: 8287297.

HSL color Cylindrical-coordinate representation of color #41747E: hue angle of 189.84º degrees, saturation: 0.32, 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 #41747E is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 116 126 -
CMYK 0.48 0.08 0 0.51
HSL 189.84º 0.32% 0.37% -
HSV(B) 189.84º 0.48% 0.49% -
XYZ 12.19 15.12 22.01 -
YUV 101.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 65 116 126 0.48 0.08 0 0.51 189.84 0.32 0.37
Hex 41 74 7E 30 8 0 33 BE 20 25
Octal 101 164 176 60 10 0 63 276 40 45
Binary 1000001 1110100 1111110 110000 1000 0 110011 10111110 100000 100101

Color Harmonies of #41747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41747E

Black with #41747E

Text Example


Text Example

White with #41747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41747E;
 }
 .AnyTagClassName
 {
   color: #41747E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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