Html Css Color HEX #41797F Ming

📋 copy color: '#41797F'

red 65 ◦ green 121 ◦ blue 127

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

Shades of Ming #41797F

Tints of Ming #41797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 20.77%
G = 38.66%
B = 40.58%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41797F (or 0x41797F) is known color: Ming. HEX triplet: 41, 79 and 7F. RGB value is (65,121,127). Sum of RGB (Red+Green+Blue) = 65+121+127=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #41797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797F is #BE8680. Grayscale: #686868. Windows color (decimal): -12486273 or 8354113. OLE color: 8354113.

HSL color Cylindrical-coordinate representation of color #41797F: hue angle of 185.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41797F is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 121 127 -
CMYK 0.49 0.05 0 0.50
HSL 185.81º 0.32% 0.38% -
HSV(B) 185.81º 0.49% 0.5% -
XYZ 12.85 16.33 22.55 -
YUV 104.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 65 121 127 0.49 0.05 0 0.50 185.81 0.32 0.38
Hex 41 79 7F 31 5 0 32 BA 20 26
Octal 101 171 177 61 5 0 62 272 40 46
Binary 1000001 1111001 1111111 110001 101 0 110010 10111010 100000 100110

Color Harmonies of #41797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41797F

Black with #41797F

Text Example


Text Example

White with #41797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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