Html Css Color HEX #41797C Ming

📋 copy color: '#41797C'

red 65 ◦ green 121 ◦ blue 124

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

Shades of Ming #41797C

Tints of Ming #41797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 20.97%
G = 39.03%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41797C (or 0x41797C) is known color: Ming. HEX triplet: 41, 79 and 7C. RGB value is (65,121,124). Sum of RGB (Red+Green+Blue) = 65+121+124=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #41797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797C is #BE8683. Grayscale: #686868. Windows color (decimal): -12486276 or 8157505. OLE color: 8157505.

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

Color convert

RGB 65 121 124 -
CMYK 0.48 0.02 0 0.51
HSL 183.05º 0.31% 0.37% -
HSV(B) 183.05º 0.48% 0.49% -
XYZ 12.66 16.25 21.54 -
YUV 104.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 65 121 124 0.48 0.02 0 0.51 183.05 0.31 0.37
Hex 41 79 7C 30 2 0 33 B7 1F 25
Octal 101 171 174 60 2 0 63 267 37 45
Binary 1000001 1111001 1111100 110000 10 0 110011 10110111 11111 100101

Color Harmonies of #41797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41797C

Black with #41797C

Text Example


Text Example

White with #41797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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