Html Css Color HEX #41787F Ming

📋 copy color: '#41787F'

red 65 ◦ green 120 ◦ blue 127

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

Shades of Ming #41787F

Tints of Ming #41787F

RGB

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

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

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

R = 20.83%
G = 38.46%
B = 40.71%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41787F (or 0x41787F) is known color: Ming. HEX triplet: 41, 78 and 7F. RGB value is (65,120,127). Sum of RGB (Red+Green+Blue) = 65+120+127=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #41787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41787F is #BE8780. Grayscale: #686868. Windows color (decimal): -12486529 or 8353857. OLE color: 8353857.

HSL color Cylindrical-coordinate representation of color #41787F: hue angle of 186.77º 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 #41787F is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 120 127 -
CMYK 0.49 0.06 0 0.50
HSL 186.77º 0.32% 0.38% -
HSV(B) 186.77º 0.49% 0.5% -
XYZ 12.73 16.09 22.51 -
YUV 104.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 65 120 127 0.49 0.06 0 0.50 186.77 0.32 0.38
Hex 41 78 7F 31 6 0 32 BB 20 26
Octal 101 170 177 61 6 0 62 273 40 46
Binary 1000001 1111000 1111111 110001 110 0 110010 10111011 100000 100110

Color Harmonies of #41787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41787F

Black with #41787F

Text Example


Text Example

White with #41787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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