Html Css Color HEX #41787C Ming

📋 copy color: '#41787C'

red 65 ◦ green 120 ◦ blue 124

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

Shades of Ming #41787C

Tints of Ming #41787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 21.04%
G = 38.83%
B = 40.13%

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

#41787C (or 0x41787C) is known color: Ming. HEX triplet: 41, 78 and 7C. RGB value is (65,120,124). Sum of RGB (Red+Green+Blue) = 65+120+124=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #41787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41787C is #BE8783. Grayscale: #676767. Windows color (decimal): -12486532 or 8157249. OLE color: 8157249.

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

Color convert

RGB 65 120 124 -
CMYK 0.48 0.03 0 0.51
HSL 184.07º 0.31% 0.37% -
HSV(B) 184.07º 0.48% 0.49% -
XYZ 12.53 16.01 21.5 -
YUV 104.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 65 120 124 0.48 0.03 0 0.51 184.07 0.31 0.37
Hex 41 78 7C 30 3 0 33 B8 1F 25
Octal 101 170 174 60 3 0 63 270 37 45
Binary 1000001 1111000 1111100 110000 11 0 110011 10111000 11111 100101

Color Harmonies of #41787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41787C

Black with #41787C

Text Example


Text Example

White with #41787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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