Html Css Color HEX #41777E Ming

📋 copy color: '#41777E'

red 65 ◦ green 119 ◦ blue 126

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

Shades of Ming #41777E

Tints of Ming #41777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 20.97%
G = 38.39%
B = 40.65%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41777E (or 0x41777E) is known color: Ming. HEX triplet: 41, 77 and 7E. RGB value is (65,119,126). Sum of RGB (Red+Green+Blue) = 65+119+126=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #41777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777E is #BE8881. Grayscale: #676767. Windows color (decimal): -12486786 or 8288065. OLE color: 8288065.

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

Color convert

RGB 65 119 126 -
CMYK 0.48 0.06 0 0.51
HSL 186.89º 0.32% 0.37% -
HSV(B) 186.89º 0.48% 0.49% -
XYZ 12.54 15.82 22.13 -
YUV 103.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 65 119 126 0.48 0.06 0 0.51 186.89 0.32 0.37
Hex 41 77 7E 30 6 0 33 BB 20 25
Octal 101 167 176 60 6 0 63 273 40 45
Binary 1000001 1110111 1111110 110000 110 0 110011 10111011 100000 100101

Color Harmonies of #41777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41777E

Black with #41777E

Text Example


Text Example

White with #41777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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