Html Css Color HEX #41797D Ming

📋 copy color: '#41797D'

red 65 ◦ green 121 ◦ blue 125

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

Shades of Ming #41797D

Tints of Ming #41797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 20.9%
G = 38.91%
B = 40.19%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41797D (or 0x41797D) is known color: Ming. HEX triplet: 41, 79 and 7D. RGB value is (65,121,125). Sum of RGB (Red+Green+Blue) = 65+121+125=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #41797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797D is #BE8682. Grayscale: #686868. Windows color (decimal): -12486275 or 8223041. OLE color: 8223041.

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

Color convert

RGB 65 121 125 -
CMYK 0.48 0.03 0 0.51
HSL 184º 0.32% 0.37% -
HSV(B) 184º 0.48% 0.49% -
XYZ 12.72 16.28 21.87 -
YUV 104.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 65 121 125 0.48 0.03 0 0.51 184 0.32 0.37
Hex 41 79 7D 30 3 0 33 B8 20 25
Octal 101 171 175 60 3 0 63 270 40 45
Binary 1000001 1111001 1111101 110000 11 0 110011 10111000 100000 100101

Color Harmonies of #41797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41797D

Black with #41797D

Text Example


Text Example

White with #41797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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