Html Css Color HEX #41797E Ming

📋 copy color: '#41797E'

red 65 ◦ green 121 ◦ blue 126

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

Shades of Ming #41797E

Tints of Ming #41797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 20.83%
G = 38.78%
B = 40.38%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41797E (or 0x41797E) is known color: Ming. HEX triplet: 41, 79 and 7E. RGB value is (65,121,126). Sum of RGB (Red+Green+Blue) = 65+121+126=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #41797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797E is #BE8681. Grayscale: #686868. Windows color (decimal): -12486274 or 8288577. OLE color: 8288577.

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

Color convert

RGB 65 121 126 -
CMYK 0.48 0.04 0 0.51
HSL 184.92º 0.32% 0.37% -
HSV(B) 184.92º 0.48% 0.49% -
XYZ 12.78 16.3 22.21 -
YUV 104.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 65 121 126 0.48 0.04 0 0.51 184.92 0.32 0.37
Hex 41 79 7E 30 4 0 33 B9 20 25
Octal 101 171 176 60 4 0 63 271 40 45
Binary 1000001 1111001 1111110 110000 100 0 110011 10111001 100000 100101

Color Harmonies of #41797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41797E

Black with #41797E

Text Example


Text Example

White with #41797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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